Html Css Color HEX #CB0AFA Electric Purple

📋 copy color: '#CB0AFA'

red 203 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #CB0AFA

Tints of Electric Purple #CB0AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 43.84%
G = 2.16%
B = 54%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0AFA (or 0xCB0AFA) is known color: Electric Purple. HEX triplet: CB, 0A and FA. RGB value is (203,10,250). Sum of RGB (Red+Green+Blue) = 203+10+250=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB0AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0AFA is #34F505. Grayscale: #5E5E5E. Windows color (decimal): -3470598 or 16386763. OLE color: 16386763.

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

Color convert

RGB 203 10 250 -
CMYK 0.19 0.96 0 0.02
HSL 288.25º 0.96% 0.51% -
HSV(B) 288.25º 0.96% 0.98% -
XYZ 41.99 19.82 92.05 -
YUV 95.07 215.44 204.99 -
System Red Green Blue C M Y K H S L
Decimal 203 10 250 0.19 0.96 0 0.02 288.25 0.96 0.51
Hex CB A FA 13 60 0 2 120 60 33
Octal 313 12 372 23 140 0 2 440 140 63
Binary 11001011 1010 11111010 10011 1100000 0 10 100100000 1100000 110011

Color Harmonies of #CB0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0AFA

Black with #CB0AFA

Text Example


Text Example

White with #CB0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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