#CB81E4

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

Shades of Wisteria #CB81E4

Tints of Wisteria #CB81E4

Color information

#CB81E4 (or 0xCB81E4) is unknown color: approx Wisteria. HEX triplet: CB, 81 and E4. RGB value is (203,129,228). Sum of RGB (Red+Green+Blue) = 203+129+228=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB81E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81E4 is #347E1B. Grayscale: #A2A2A2. Windows color (decimal): -3440156 or 14975435. OLE color: 14975435.

HSL color Cylindrical-coordinate representation of color #CB81E4: hue angle of 284.85º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB81E4 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203129228-
CMYK0.110.4300.11
HSL284.85º64.71%70%-
HSV(B)284.85º43.42%89.41%-
XYZ46.483477.51-
YUV162.41165.02156.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=36.25%
G=23.04%
B=40.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031292280.110.4300.11284.8564.7170
HexCB81E4B2B0B11d4146
Octal3132013441353013435101106
Binary11001011100000011110010010111010110101110001110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81E4; }

 p { color: rgb(203,129,228); }

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

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

 a { background-color: rgb(203,129,228); }

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

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

 span { border-color: rgb(203,129,228); }

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