#CF9ADE

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

Shades of Wisteria #CF9ADE

Tints of Wisteria #CF9ADE

Color information

#CF9ADE (or 0xCF9ADE) is unknown color: approx Wisteria. HEX triplet: CF, 9A and DE. RGB value is (207,154,222). Sum of RGB (Red+Green+Blue) = 207+154+222=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ADE is #306521. Grayscale: #B1B1B1. Windows color (decimal): -3171618 or 14588623. OLE color: 14588623.

HSL color Cylindrical-coordinate representation of color #CF9ADE: hue angle of 286.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF9ADE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207154222-
CMYK0.070.3100.13
HSL286.76º50.75%73.73%-
HSV(B)286.76º30.63%87.06%-
XYZ50.4741.6574.49-
YUV177.6153.06148.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=35.51%
G=26.42%
B=38.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071542220.070.3100.13286.7650.7573.73
HexCF9ADE71F0D11f334a
Octal31723233673701543763112
Binary11001111100110101101111011111111011011000111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ADE; }

 p { color: rgb(207,154,222); }

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

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

 a { background-color: rgb(207,154,222); }

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

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

 span { border-color: rgb(207,154,222); }

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