Html Css Color HEX #CB05EF Electric Purple

📋 copy color: '#CB05EF'

red 203 ◦ green 5 ◦ blue 239

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

Shades of Electric Purple #CB05EF

Tints of Electric Purple #CB05EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 45.41%
G = 1.12%
B = 53.47%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB05EF (or 0xCB05EF) is known color: Electric Purple. HEX triplet: CB, 05 and EF. RGB value is (203,5,239). Sum of RGB (Red+Green+Blue) = 203+5+239=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB05EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB05EF is #34FA10. Grayscale: #5A5A5A. Windows color (decimal): -3471889 or 15664587. OLE color: 15664587.

HSL color Cylindrical-coordinate representation of color #CB05EF: hue angle of 290.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB05EF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 5 239 -
CMYK 0.15 0.98 0 0.06
HSL 290.77º 0.96% 0.48% -
HSV(B) 290.77º 0.98% 0.94% -
XYZ 40.26 19.04 83.21 -
YUV 90.88 211.6 207.97 -
System Red Green Blue C M Y K H S L
Decimal 203 5 239 0.15 0.98 0 0.06 290.77 0.96 0.48
Hex CB 5 EF F 62 0 6 123 60 30
Octal 313 5 357 17 142 0 6 443 140 60
Binary 11001011 101 11101111 1111 1100010 0 110 100100011 1100000 110000

Color Harmonies of #CB05EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB05EF

Black with #CB05EF

Text Example


Text Example

White with #CB05EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB05EF; }

 p { color: rgb(203,5,239); }

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

background-color css

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

 a { background-color: rgb(203,5,239); }

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

border-color css

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

 span { border-color: rgb(203,5,239); }

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