Html Css Color HEX #CB13ED Electric Purple

📋 copy color: '#CB13ED'

red 203 ◦ green 19 ◦ blue 237

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

Shades of Electric Purple #CB13ED

Tints of Electric Purple #CB13ED

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.14%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 44.23%
G = 4.14%
B = 51.63%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB13ED (or 0xCB13ED) is known color: Electric Purple. HEX triplet: CB, 13 and ED. RGB value is (203,19,237). Sum of RGB (Red+Green+Blue) = 203+19+237=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB13ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB13ED is #34EC12. Grayscale: #626262. Windows color (decimal): -3468307 or 15537099. OLE color: 15537099.

HSL color Cylindrical-coordinate representation of color #CB13ED: hue angle of 290.64º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB13ED is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 19 237 -
CMYK 0.14 0.92 0 0.07
HSL 290.64º 0.86% 0.5% -
HSV(B) 290.64º 0.92% 0.93% -
XYZ 40.15 19.28 81.73 -
YUV 98.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 203 19 237 0.14 0.92 0 0.07 290.64 0.86 0.5
Hex CB 13 ED E 5C 0 7 123 56 32
Octal 313 23 355 16 134 0 7 443 126 62
Binary 11001011 10011 11101101 1110 1011100 0 111 100100011 1010110 110010

Color Harmonies of #CB13ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB13ED

Black with #CB13ED

Text Example


Text Example

White with #CB13ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB13ED; }

 p { color: rgb(203,19,237); }

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

background-color css

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

 a { background-color: rgb(203,19,237); }

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

border-color css

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

 span { border-color: rgb(203,19,237); }

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