#C68DD7

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

Shades of Wisteria #C68DD7

Tints of Wisteria #C68DD7

Color information

#C68DD7 (or 0xC68DD7) is unknown color: approx Wisteria. HEX triplet: C6, 8D and D7. RGB value is (198,141,215). Sum of RGB (Red+Green+Blue) = 198+141+215=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #C68DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DD7 is #397228. Grayscale: #A6A6A6. Windows color (decimal): -3764777 or 14126534. OLE color: 14126534.

HSL color Cylindrical-coordinate representation of color #C68DD7: hue angle of 286.22º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68DD7 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198141215-
CMYK0.080.3400.16
HSL286.22º48.05%69.8%-
HSV(B)286.22º34.42%84.31%-
XYZ45.0835.9668.86-
YUV166.48155.38150.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=35.74%
G=25.45%
B=38.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981412150.080.3400.16286.2248.0569.8
HexC68DD782201011e3046
Octal306215327104202043660106
Binary11000110100011011101011110001000100100001000111101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DD7; }

 p { color: rgb(198,141,215); }

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

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

 a { background-color: rgb(198,141,215); }

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

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

 span { border-color: rgb(198,141,215); }

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