Html Css Color HEX #CB12FA Electric Purple

📋 copy color: '#CB12FA'

red 203 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #CB12FA

Tints of Electric Purple #CB12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.82%

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

R = 43.1%
G = 3.82%
B = 53.08%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB12FA (or 0xCB12FA) is known color: Electric Purple. HEX triplet: CB, 12 and FA. RGB value is (203,18,250). Sum of RGB (Red+Green+Blue) = 203+18+250=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12FA is #34ED05. Grayscale: #636363. Windows color (decimal): -3468550 or 16388811. OLE color: 16388811.

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

Color convert

RGB 203 18 250 -
CMYK 0.19 0.93 0 0.02
HSL 287.84º 0.96% 0.53% -
HSV(B) 287.84º 0.93% 0.98% -
XYZ 42.1 20.03 92.09 -
YUV 99.76 212.79 201.64 -
System Red Green Blue C M Y K H S L
Decimal 203 18 250 0.19 0.93 0 0.02 287.84 0.96 0.53
Hex CB 12 FA 13 5D 0 2 120 60 35
Octal 313 22 372 23 135 0 2 440 140 65
Binary 11001011 10010 11111010 10011 1011101 0 10 100100000 1100000 110101

Color Harmonies of #CB12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB12FA

Black with #CB12FA

Text Example


Text Example

White with #CB12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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