#CB8FEA

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

Shades of Wisteria #CB8FEA

Tints of Wisteria #CB8FEA

Color information

#CB8FEA (or 0xCB8FEA) is unknown color: approx Wisteria. HEX triplet: CB, 8F and EA. RGB value is (203,143,234). Sum of RGB (Red+Green+Blue) = 203+143+234=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FEA is #347015. Grayscale: #ABABAB. Windows color (decimal): -3436566 or 15372235. OLE color: 15372235.

HSL color Cylindrical-coordinate representation of color #CB8FEA: hue angle of 279.56º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB8FEA is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203143234-
CMYK0.130.3900.08
HSL279.56º68.42%73.92%-
HSV(B)279.56º38.89%91.76%-
XYZ49.338.2882.63-
YUV171.31163.38150.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=35%
G=24.66%
B=40.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031432340.130.3900.08279.5668.4273.92
HexCB8FEAD2708118444a
Octal3132173521547010430104112
Binary11001011100011111110101011011001110100010001100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FEA; }

 p { color: rgb(203,143,234); }

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

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

 a { background-color: rgb(203,143,234); }

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

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

 span { border-color: rgb(203,143,234); }

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