Html Css Color HEX #CB08FA Electric Purple

📋 copy color: '#CB08FA'

red 203 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #CB08FA

Tints of Electric Purple #CB08FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 44.03%
G = 1.74%
B = 54.23%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB08FA (or 0xCB08FA) is known color: Electric Purple. HEX triplet: CB, 08 and FA. RGB value is (203,8,250). Sum of RGB (Red+Green+Blue) = 203+8+250=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB08FA is #34F705. Grayscale: #5D5D5D. Windows color (decimal): -3471110 or 16386251. OLE color: 16386251.

HSL color Cylindrical-coordinate representation of color #CB08FA: hue angle of 288.35º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB08FA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 8 250 -
CMYK 0.19 0.97 0 0.02
HSL 288.35º 0.96% 0.51% -
HSV(B) 288.35º 0.97% 0.98% -
XYZ 41.97 19.77 92.05 -
YUV 93.89 216.1 205.82 -
System Red Green Blue C M Y K H S L
Decimal 203 8 250 0.19 0.97 0 0.02 288.35 0.96 0.51
Hex CB 8 FA 13 61 0 2 120 60 33
Octal 313 10 372 23 141 0 2 440 140 63
Binary 11001011 1000 11111010 10011 1100001 0 10 100100000 1100000 110011

Color Harmonies of #CB08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB08FA

Black with #CB08FA

Text Example


Text Example

White with #CB08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB08FA; }

 p { color: rgb(203,8,250); }

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

background-color css

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

 a { background-color: rgb(203,8,250); }

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

border-color css

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

 span { border-color: rgb(203,8,250); }

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