Html Css Color HEX #CB31FD Electric Purple

📋 copy color: '#CB31FD'

red 203 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #CB31FD

Tints of Electric Purple #CB31FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.7%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 40.2%
G = 9.7%
B = 50.1%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB31FD (or 0xCB31FD) is known color: Electric Purple. HEX triplet: CB, 31 and FD. RGB value is (203,49,253). Sum of RGB (Red+Green+Blue) = 203+49+253=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB31FD is #34CE02. Grayscale: #757575. Windows color (decimal): -3460611 or 16593355. OLE color: 16593355.

HSL color Cylindrical-coordinate representation of color #CB31FD: hue angle of 285.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB31FD is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 49 253 -
CMYK 0.20 0.81 0 0.01
HSL 285.29º 0.98% 0.59% -
HSV(B) 285.29º 0.81% 0.99% -
XYZ 43.46 21.98 94.88 -
YUV 118.3 204.02 188.41 -
System Red Green Blue C M Y K H S L
Decimal 203 49 253 0.20 0.81 0 0.01 285.29 0.98 0.59
Hex CB 31 FD 14 51 0 1 11D 62 3B
Octal 313 61 375 24 121 0 1 435 142 73
Binary 11001011 110001 11111101 10100 1010001 0 1 100011101 1100010 111011

Color Harmonies of #CB31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB31FD

Black with #CB31FD

Text Example


Text Example

White with #CB31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB31FD; }

 p { color: rgb(203,49,253); }

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

background-color css

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

 a { background-color: rgb(203,49,253); }

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

border-color css

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

 span { border-color: rgb(203,49,253); }

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