Html Css Color HEX #CB0CEE Electric Purple

📋 copy color: '#CB0CEE'

red 203 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #CB0CEE

Tints of Electric Purple #CB0CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 44.81%
G = 2.65%
B = 52.54%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB0CEE (or 0xCB0CEE) is known color: Electric Purple. HEX triplet: CB, 0C and EE. RGB value is (203,12,238). Sum of RGB (Red+Green+Blue) = 203+12+238=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB0CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0CEE is #34F311. Grayscale: #5E5E5E. Windows color (decimal): -3470098 or 15600843. OLE color: 15600843.

HSL color Cylindrical-coordinate representation of color #CB0CEE: hue angle of 290.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0CEE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 12 238 -
CMYK 0.15 0.95 0 0.07
HSL 290.71º 0.9% 0.49% -
HSV(B) 290.71º 0.95% 0.93% -
XYZ 40.19 19.13 82.46 -
YUV 94.87 208.78 205.12 -
System Red Green Blue C M Y K H S L
Decimal 203 12 238 0.15 0.95 0 0.07 290.71 0.9 0.49
Hex CB C EE F 5F 0 7 123 5A 31
Octal 313 14 356 17 137 0 7 443 132 61
Binary 11001011 1100 11101110 1111 1011111 0 111 100100011 1011010 110001

Color Harmonies of #CB0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CEE

Black with #CB0CEE

Text Example


Text Example

White with #CB0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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