#CF9BEF

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

Shades of Wisteria #CF9BEF

Tints of Wisteria #CF9BEF

Color information

#CF9BEF (or 0xCF9BEF) is unknown color: approx Wisteria. HEX triplet: CF, 9B and EF. RGB value is (207,155,239). Sum of RGB (Red+Green+Blue) = 207+155+239=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BEF is #306410. Grayscale: #B3B3B3. Windows color (decimal): -3171345 or 15702991. OLE color: 15702991.

HSL color Cylindrical-coordinate representation of color #CF9BEF: hue angle of 277.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF9BEF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207155239-
CMYK0.130.3500.06
HSL277.14º72.41%77.25%-
HSV(B)277.14º35.15%93.73%-
XYZ53.0342.9487.15-
YUV180.12161.23147.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.44%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=34.44%
G=25.79%
B=39.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2071552390.130.3500.06277.1472.4177.25
HexCF9BEFD2306115484d
Octal317233357154306425110115
Binary1100111110011011111011111101100011011010001010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BEF; }

 p { color: rgb(207,155,239); }

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

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

 a { background-color: rgb(207,155,239); }

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

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

 span { border-color: rgb(207,155,239); }

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