Html Css Color HEX #CB04FD Electric Purple

📋 copy color: '#CB04FD'

red 203 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #CB04FD

Tints of Electric Purple #CB04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 44.13%
G = 0.87%
B = 55%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB04FD (or 0xCB04FD) is known color: Electric Purple. HEX triplet: CB, 04 and FD. RGB value is (203,4,253). Sum of RGB (Red+Green+Blue) = 203+4+253=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB04FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04FD is #34FB02. Grayscale: #5B5B5B. Windows color (decimal): -3472131 or 16581835. OLE color: 16581835.

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

Color convert

RGB 203 4 253 -
CMYK 0.20 0.98 0 0.01
HSL 287.95º 0.98% 0.5% -
HSV(B) 287.95º 0.98% 0.99% -
XYZ 42.4 19.88 94.53 -
YUV 91.89 218.93 207.25 -
System Red Green Blue C M Y K H S L
Decimal 203 4 253 0.20 0.98 0 0.01 287.95 0.98 0.5
Hex CB 4 FD 14 62 0 1 120 62 32
Octal 313 4 375 24 142 0 1 440 142 62
Binary 11001011 100 11111101 10100 1100010 0 1 100100000 1100010 110010

Color Harmonies of #CB04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04FD

Black with #CB04FD

Text Example


Text Example

White with #CB04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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