Html Css Color HEX #CB21FA Electric Purple

📋 copy color: '#CB21FA'

red 203 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #CB21FA

Tints of Electric Purple #CB21FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.79%

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

R = 41.77%
G = 6.79%
B = 51.44%

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

#CB21FA (or 0xCB21FA) is known color: Electric Purple. HEX triplet: CB, 21 and FA. RGB value is (203,33,250). Sum of RGB (Red+Green+Blue) = 203+33+250=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21FA is #34DE05. Grayscale: #6B6B6B. Windows color (decimal): -3464710 or 16392651. OLE color: 16392651.

HSL color Cylindrical-coordinate representation of color #CB21FA: hue angle of 287º 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 #CB21FA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 33 250 -
CMYK 0.19 0.87 0 0.02
HSL 287º 0.96% 0.55% -
HSV(B) 287º 0.87% 0.98% -
XYZ 42.43 20.69 92.2 -
YUV 108.57 207.82 195.36 -
System Red Green Blue C M Y K H S L
Decimal 203 33 250 0.19 0.87 0 0.02 287 0.96 0.55
Hex CB 21 FA 13 57 0 2 11F 60 37
Octal 313 41 372 23 127 0 2 437 140 67
Binary 11001011 100001 11111010 10011 1010111 0 10 100011111 1100000 110111

Color Harmonies of #CB21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21FA

Black with #CB21FA

Text Example


Text Example

White with #CB21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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