#CF9EF2

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

Shades of Wisteria #CF9EF2

Tints of Wisteria #CF9EF2

Color information

#CF9EF2 (or 0xCF9EF2) is unknown color: approx Wisteria. HEX triplet: CF, 9E and F2. RGB value is (207,158,242). Sum of RGB (Red+Green+Blue) = 207+158+242=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EF2 is #30610D. Grayscale: #B5B5B5. Windows color (decimal): -3170574 or 15900367. OLE color: 15900367.

HSL color Cylindrical-coordinate representation of color #CF9EF2: hue angle of 275º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9EF2 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207158242-
CMYK0.140.3500.05
HSL275º76.36%78.43%-
HSV(B)275º34.71%94.9%-
XYZ53.9944.1389.68-
YUV182.23161.73145.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=34.10%
G=26.03%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071582420.140.3500.0527576.3678.43
HexCF9EF2E23051134c4e
Octal317236362164305423114116
Binary1100111110011110111100101110100011010110001001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EF2; }

 p { color: rgb(207,158,242); }

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

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

 a { background-color: rgb(207,158,242); }

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

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

 span { border-color: rgb(207,158,242); }

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