Html Css Color HEX #CB0CEB Electric Purple

📋 copy color: '#CB0CEB'

red 203 ◦ green 12 ◦ blue 235

#CB0CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CB0CEB

Tints of Electric Purple #CB0CEB

RGB

 RED value IS 203 (79.69% from 255) = 45.11%

 GREEN value IS 12 (5.08% from 255) = 2.67%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 45.11%
G = 2.67%
B = 52.22%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB0CEB (or 0xCB0CEB) is known color: Electric Purple. HEX triplet: CB, 0C and EB. RGB value is (203,12,235). Sum of RGB (Red+Green+Blue) = 203+12+235=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CEB is #34F314. Grayscale: #5D5D5D. Windows color (decimal): -3470101 or 15404235. OLE color: 15404235.

HSL color Cylindrical-coordinate representation of color #CB0CEB: hue angle of 291.39º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CEB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 12 235 -
CMYK 0.14 0.95 0 0.08
HSL 291.39º 0.9% 0.48% -
HSV(B) 291.39º 0.95% 0.92% -
XYZ 39.76 18.96 80.16 -
YUV 94.53 207.28 205.37 -
System Red Green Blue C M Y K H S L
Decimal 203 12 235 0.14 0.95 0 0.08 291.39 0.9 0.48
Hex CB C EB E 5F 0 8 123 5A 30
Octal 313 14 353 16 137 0 10 443 132 60
Binary 11001011 1100 11101011 1110 1011111 0 1000 100100011 1011010 110000

Color Harmonies of #CB0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CEB

Black with #CB0CEB

Text Example


Text Example

White with #CB0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CEB; }

 p { color: rgb(203,12,235); }

 H1.HeaderClassName
 {
   color: #CB0CEB;
 }
 .AnyTagClassName
 {
   color: #CB0CEB;
 }
</style>

background-color css

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

 a { background-color: rgb(203,12,235); }

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

border-color css

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

 span { border-color: rgb(203,12,235); }

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