#CF9CDA

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

Shades of Wisteria #CF9CDA

Tints of Wisteria #CF9CDA

Color information

#CF9CDA (or 0xCF9CDA) is unknown color: approx Wisteria. HEX triplet: CF, 9C and DA. RGB value is (207,156,218). Sum of RGB (Red+Green+Blue) = 207+156+218=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9CDA is #306325. Grayscale: #B2B2B2. Windows color (decimal): -3171110 or 14326991. OLE color: 14326991.

HSL color Cylindrical-coordinate representation of color #CF9CDA: hue angle of 289.35º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9CDA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207156218-
CMYK0.050.2800.15
HSL289.35º45.59%73.33%-
HSV(B)289.35º28.44%85.49%-
XYZ50.2842.171.81-
YUV178.32150.4148.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 156 (61.33% from 255) = 26.85%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=35.63%
G=26.85%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071562180.050.2800.15289.3545.5973.33
HexCF9CDA51C0F1212e49
Octal31723433253401744156111
Binary11001111100111001101101010111100011111001000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CDA; }

 p { color: rgb(207,156,218); }

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

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

 a { background-color: rgb(207,156,218); }

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

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

 span { border-color: rgb(207,156,218); }

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