#CB0AE7

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

Shades of Electric Purple #CB0AE7

Tints of Electric Purple #CB0AE7

Color information

#CB0AE7 (or 0xCB0AE7) is unknown color: approx Electric Purple. HEX triplet: CB, 0A and E7. RGB value is (203,10,231). Sum of RGB (Red+Green+Blue) = 203+10+231=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB0AE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AE7 is #34F518. Grayscale: #5C5C5C. Windows color (decimal): -3470617 or 15141579. OLE color: 15141579.

HSL color Cylindrical-coordinate representation of color #CB0AE7: hue angle of 292.4º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0AE7 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20310231-
CMYK0.120.9600.09
HSL292.4º91.7%47.25%-
HSV(B)292.4º95.67%90.59%-
XYZ39.1618.6877.14-
YUV92.9205.94206.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 10 (4.30% from 255) = 2.25%
BLUE value IS 231 (90.62% from 255) = 52.03%
R=45.72%
G=2.25%
B=52.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203102310.120.9600.09292.491.747.25
HexCBAE7C60091245c2f
Octal313123471414001144413457
Binary1100101110101110011111001100000010011001001001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0AE7; }

 p { color: rgb(203,10,231); }

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

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

 a { background-color: rgb(203,10,231); }

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

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

 span { border-color: rgb(203,10,231); }

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