#C69DD2

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

Shades of Wisteria #C69DD2

Tints of Wisteria #C69DD2

Color information

#C69DD2 (or 0xC69DD2) is unknown color: approx Wisteria. HEX triplet: C6, 9D and D2. RGB value is (198,157,210). Sum of RGB (Red+Green+Blue) = 198+157+210=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #C69DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DD2 is #39622D. Grayscale: #AFAFAF. Windows color (decimal): -3760686 or 13802950. OLE color: 13802950.

HSL color Cylindrical-coordinate representation of color #C69DD2: hue angle of 286.42º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69DD2 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198157210-
CMYK0.060.2500.18
HSL286.42º37.06%71.96%-
HSV(B)286.42º25.24%82.35%-
XYZ46.9840.7766.37-
YUV175.3147.58144.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=35.04%
G=27.79%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981572100.060.2500.18286.4237.0671.96
HexC69DD261901211e2548
Octal30623532263102243645110
Binary110001101001110111010010110110010100101000111101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DD2; }

 p { color: rgb(198,157,210); }

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

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

 a { background-color: rgb(198,157,210); }

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

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

 span { border-color: rgb(198,157,210); }

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