#C69CD4

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

Shades of Wisteria #C69CD4

Tints of Wisteria #C69CD4

Color information

#C69CD4 (or 0xC69CD4) is unknown color: approx Wisteria. HEX triplet: C6, 9C and D4. RGB value is (198,156,212). Sum of RGB (Red+Green+Blue) = 198+156+212=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #C69CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CD4 is #39632B. Grayscale: #AEAEAE. Windows color (decimal): -3760940 or 13933766. OLE color: 13933766.

HSL color Cylindrical-coordinate representation of color #C69CD4: hue angle of 285º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69CD4 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198156212-
CMYK0.070.2600.17
HSL285º39.44%72.16%-
HSV(B)285º26.42%83.14%-
XYZ47.0640.5467.63-
YUV174.94148.91144.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=34.98%
G=27.56%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981562120.070.2600.1728539.4472.16
HexC69CD471A01111d2748
Octal30623432473202143547110
Binary110001101001110011010100111110100100011000111011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CD4; }

 p { color: rgb(198,156,212); }

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

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

 a { background-color: rgb(198,156,212); }

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

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

 span { border-color: rgb(198,156,212); }

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