#C68CF9

Color #C68CF9 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C68CF9

Tints of Wisteria #C68CF9

Color information

#C68CF9 (or 0xC68CF9) is unknown color: approx Wisteria. HEX triplet: C6, 8C and F9. RGB value is (198,140,249). Sum of RGB (Red+Green+Blue) = 198+140+249=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #C68CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CF9 is #397306. Grayscale: #A9A9A9. Windows color (decimal): -3764999 or 16354502. OLE color: 16354502.

HSL color Cylindrical-coordinate representation of color #C68CF9: hue angle of 271.93º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68CF9 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198140249-
CMYK0.200.4400.02
HSL271.93º90.08%76.27%-
HSV(B)271.93º43.78%97.65%-
XYZ49.7737.694.26-
YUV169.77172.72148.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 33.73%
GREEN value IS 140 (55.08% from 255) = 23.85%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=33.73%
G=23.85%
B=42.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981402490.200.4400.02271.9390.0876.27
HexC68CF9142C021105a4c
Octal306214371245402420132114
Binary1100011010001100111110011010010110001010001000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CF9; }

 p { color: rgb(198,140,249); }

 H1.HeaderClassName
 {
   color: #C68CF9;
 }
 .AnyTagClassName
 {
   color: #C68CF9;
 }
</style>
background-color css

<style>
 a { background-color: #C68CF9; }

 a { background-color: rgb(198,140,249); }

 div.DivClassName
 {
   background-color: #C68CF9;
 }
 .BgClassName
 {
   background-color: #C68CF9;
 }
</style>
border-color css

<style>
 span { border-color: #C68CF9; }

 span { border-color: rgb(198,140,249); }

 td.TdClassName
 {
   border-color: #C68CF9;
 }
 .TagClassName
 {
   border-color: #C68CF9;
 }
</style>