#CF9BDB

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

Shades of Wisteria #CF9BDB

Tints of Wisteria #CF9BDB

Color information

#CF9BDB (or 0xCF9BDB) is unknown color: approx Wisteria. HEX triplet: CF, 9B and DB. RGB value is (207,155,219). Sum of RGB (Red+Green+Blue) = 207+155+219=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BDB is #306424. Grayscale: #B1B1B1. Windows color (decimal): -3171365 or 14392271. OLE color: 14392271.

HSL color Cylindrical-coordinate representation of color #CF9BDB: hue angle of 288.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9BDB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207155219-
CMYK0.050.2900.14
HSL288.75º47.06%73.33%-
HSV(B)288.75º29.22%85.88%-
XYZ50.2441.8272.44-
YUV177.84151.23148.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=35.63%
G=26.68%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071552190.050.2900.14288.7547.0673.33
HexCF9BDB51D0E1212f49
Octal31723333353501644157111
Binary11001111100110111101101110111101011101001000011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BDB; }

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

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

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

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

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

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

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

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