#C69CD1

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

Shades of Wisteria #C69CD1

Tints of Wisteria #C69CD1

Color information

#C69CD1 (or 0xC69CD1) is unknown color: approx Wisteria. HEX triplet: C6, 9C and D1. RGB value is (198,156,209). Sum of RGB (Red+Green+Blue) = 198+156+209=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #C69CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CD1 is #39632E. Grayscale: #AEAEAE. Windows color (decimal): -3760943 or 13737158. OLE color: 13737158.

HSL color Cylindrical-coordinate representation of color #C69CD1: hue angle of 287.55º 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 #C69CD1 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198156209-
CMYK0.050.2500.18
HSL287.55º36.55%71.57%-
HSV(B)287.55º25.36%81.96%-
XYZ46.6940.3965.66-
YUV174.6147.41144.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=35.17%
G=27.71%
B=37.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981562090.050.2500.18287.5536.5571.57
HexC69CD15190121202548
Octal30623432153102244045110
Binary110001101001110011010001101110010100101001000001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CD1; }

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

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

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

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

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

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

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

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