#cb8fe2

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

Shades of Wisteria #CB8FE2

Tints of Wisteria #CB8FE2

Color information

#CB8FE2 (or 0xCB8FE2) is unknown color: approx Wisteria. HEX triplet: CB, 8F and E2. RGB value is (203,143,226). Sum of RGB (Red+Green+Blue) = 203+143+226=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB8FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FE2 is #34701D. Grayscale: #AAAAAA. Windows color (decimal): -3436574 or 14847947. OLE color: 14847947.

HSL color Cylindrical-coordinate representation of color #CB8FE2: hue angle of 283.37º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8FE2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203143226-
CMYK0.100.3700.11
HSL283.37º58.87%72.35%-
HSV(B)283.37º36.73%88.63%-
XYZ48.1837.8376.71-
YUV170.4159.38151.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=35.49%
G=25%
B=39.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031432260.100.3700.11283.3758.8772.35
HexCB8FE2A250B11b3b48
Octal313217342124501343373110
Binary1100101110001111111000101010100101010111000110111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8fe2; }

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

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

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

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

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

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

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

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