#CB8CED

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

Shades of Wisteria #CB8CED

Tints of Wisteria #CB8CED

Color information

#CB8CED (or 0xCB8CED) is unknown color: approx Wisteria. HEX triplet: CB, 8C and ED. RGB value is (203,140,237). Sum of RGB (Red+Green+Blue) = 203+140+237=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CED is #347312. Grayscale: #A9A9A9. Windows color (decimal): -3437331 or 15568075. OLE color: 15568075.

HSL color Cylindrical-coordinate representation of color #CB8CED: hue angle of 278.97º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB8CED is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203140237-
CMYK0.140.4100.07
HSL278.97º72.93%73.92%-
HSV(B)278.97º40.93%92.94%-
XYZ49.2937.5784.77-
YUV169.9165.87151.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=35%
G=24.14%
B=40.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031402370.140.4100.07278.9772.9373.92
HexCB8CEDE2907117494a
Octal313214355165107427111112
Binary1100101110001100111011011110101001011110001011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CED; }

 p { color: rgb(203,140,237); }

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

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

 a { background-color: rgb(203,140,237); }

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

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

 span { border-color: rgb(203,140,237); }

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