#CB9CE0

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

Shades of Wisteria #CB9CE0

Tints of Wisteria #CB9CE0

Color information

#CB9CE0 (or 0xCB9CE0) is unknown color: approx Wisteria. HEX triplet: CB, 9C and E0. RGB value is (203,156,224). Sum of RGB (Red+Green+Blue) = 203+156+224=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CE0 is #34631F. Grayscale: #B1B1B1. Windows color (decimal): -3433248 or 14720203. OLE color: 14720203.

HSL color Cylindrical-coordinate representation of color #CB9CE0: hue angle of 281.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9CE0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203156224-
CMYK0.090.3000.12
HSL281.47º52.31%74.51%-
HSV(B)281.47º30.36%87.84%-
XYZ49.9741.8675.97-
YUV177.8154.07145.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 156 (61.33% from 255) = 26.76%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=34.82%
G=26.76%
B=38.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031562240.090.3000.12281.4752.3174.51
HexCB9CE091E0C119344b
Octal313234340113601443164113
Binary110010111001110011100000100111110011001000110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CE0; }

 p { color: rgb(203,156,224); }

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

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

 a { background-color: rgb(203,156,224); }

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

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

 span { border-color: rgb(203,156,224); }

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