#CF9DE5

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

Shades of Wisteria #CF9DE5

Tints of Wisteria #CF9DE5

Color information

#CF9DE5 (or 0xCF9DE5) is unknown color: approx Wisteria. HEX triplet: CF, 9D and E5. RGB value is (207,157,229). Sum of RGB (Red+Green+Blue) = 207+157+229=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9DE5 is #30621A. Grayscale: #B3B3B3. Windows color (decimal): -3170843 or 15048143. OLE color: 15048143.

HSL color Cylindrical-coordinate representation of color #CF9DE5: hue angle of 281.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9DE5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207157229-
CMYK0.100.3100.10
HSL281.67º58.06%75.69%-
HSV(B)281.67º31.44%89.8%-
XYZ51.9343.0479.7-
YUV180.16155.56147.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=34.91%
G=26.48%
B=38.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071572290.100.3100.10281.6758.0675.69
HexCF9DE5A1F0A11a3a4c
Octal317235345123701243272114
Binary110011111001110111100101101011111010101000110101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DE5; }

 p { color: rgb(207,157,229); }

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

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

 a { background-color: rgb(207,157,229); }

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

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

 span { border-color: rgb(207,157,229); }

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