#C68EDE

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

Shades of Wisteria #C68EDE

Tints of Wisteria #C68EDE

Color information

#C68EDE (or 0xC68EDE) is unknown color: approx Wisteria. HEX triplet: C6, 8E and DE. RGB value is (198,142,222). Sum of RGB (Red+Green+Blue) = 198+142+222=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #C68EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDE is #397121. Grayscale: #A7A7A7. Windows color (decimal): -3764514 or 14585542. OLE color: 14585542.

HSL color Cylindrical-coordinate representation of color #C68EDE: hue angle of 282º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68EDE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198142222-
CMYK0.110.3600.13
HSL282º54.79%71.37%-
HSV(B)282º36.04%87.06%-
XYZ46.1536.6373.74-
YUV167.86158.55149.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=35.23%
G=25.27%
B=39.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981422220.110.3600.1328254.7971.37
HexC68EDEB240D11a3747
Octal306216336134401543267107
Binary1100011010001110110111101011100100011011000110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68EDE; }

 p { color: rgb(198,142,222); }

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

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

 a { background-color: rgb(198,142,222); }

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

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

 span { border-color: rgb(198,142,222); }

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