#CF9DEA

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

Shades of Wisteria #CF9DEA

Tints of Wisteria #CF9DEA

Color information

#CF9DEA (or 0xCF9DEA) is unknown color: approx Wisteria. HEX triplet: CF, 9D and EA. RGB value is (207,157,234). Sum of RGB (Red+Green+Blue) = 207+157+234=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DEA is #306215. Grayscale: #B4B4B4. Windows color (decimal): -3170838 or 15375823. OLE color: 15375823.

HSL color Cylindrical-coordinate representation of color #CF9DEA: hue angle of 278.96º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF9DEA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207157234-
CMYK0.120.3300.08
HSL278.96º64.71%76.67%-
HSV(B)278.96º32.91%91.76%-
XYZ52.6443.3283.43-
YUV180.73158.06146.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=34.62%
G=26.25%
B=39.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2071572340.120.3300.08278.9664.7176.67
HexCF9DEAC2108117414d
Octal3172353521441010427101115
Binary11001111100111011110101011001000010100010001011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DEA; }

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

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

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

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

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

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

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

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