Html Css Color HEX #CB20FA Electric Purple

📋 copy color: '#CB20FA'

red 203 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #CB20FA

Tints of Electric Purple #CB20FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.6%

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

R = 41.86%
G = 6.6%
B = 51.55%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB20FA (or 0xCB20FA) is known color: Electric Purple. HEX triplet: CB, 20 and FA. RGB value is (203,32,250). Sum of RGB (Red+Green+Blue) = 203+32+250=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20FA is #34DF05. Grayscale: #6B6B6B. Windows color (decimal): -3464966 or 16392395. OLE color: 16392395.

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

Color convert

RGB 203 32 250 -
CMYK 0.19 0.87 0 0.02
HSL 287.06º 0.96% 0.55% -
HSV(B) 287.06º 0.87% 0.98% -
XYZ 42.4 20.63 92.19 -
YUV 107.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 203 32 250 0.19 0.87 0 0.02 287.06 0.96 0.55
Hex CB 20 FA 13 57 0 2 11F 60 37
Octal 313 40 372 23 127 0 2 437 140 67
Binary 11001011 100000 11111010 10011 1010111 0 10 100011111 1100000 110111

Color Harmonies of #CB20FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB20FA

Black with #CB20FA

Text Example


Text Example

White with #CB20FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB20FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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