#CB9DF2

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

Shades of Wisteria #CB9DF2

Tints of Wisteria #CB9DF2

Color information

#CB9DF2 (or 0xCB9DF2) is unknown color: approx Wisteria. HEX triplet: CB, 9D and F2. RGB value is (203,157,242). Sum of RGB (Red+Green+Blue) = 203+157+242=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DF2 is #34620D. Grayscale: #B4B4B4. Windows color (decimal): -3432974 or 15900107. OLE color: 15900107.

HSL color Cylindrical-coordinate representation of color #CB9DF2: hue angle of 272.47º degrees, saturation: 0.77, 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 #CB9DF2 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203157242-
CMYK0.160.3500.05
HSL272.47º76.58%78.24%-
HSV(B)272.47º35.12%94.9%-
XYZ52.7143.2289.57-
YUV180.44162.74144.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=33.72%
G=26.08%
B=40.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031572420.160.3500.05272.4776.5878.24
HexCB9DF21023051104d4e
Octal313235362204305420115116
Binary11001011100111011111001010000100011010110001000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DF2; }

 p { color: rgb(203,157,242); }

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

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

 a { background-color: rgb(203,157,242); }

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

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

 span { border-color: rgb(203,157,242); }

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