Html Css Color HEX #CA00FB Electric Purple

📋 copy color: '#CA00FB'

red 202 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #CA00FB

Tints of Electric Purple #CA00FB

RGB

 RED value IS 202 (79.3% from 255) = 44.59%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 44.59%
G = 0%
B = 55.41%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA00FB (or 0xCA00FB) is known color: Electric Purple. HEX triplet: CA, 00 and FB. RGB value is (202,0,251). Sum of RGB (Red+Green+Blue) = 202+0+251=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00FB is #35FF04. Grayscale: #585858. Windows color (decimal): -3538693 or 16449738. OLE color: 16449738.

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

Color convert

RGB 202 0 251 -
CMYK 0.20 1 0 0.02
HSL 288.29º 1% 0.49% -
HSV(B) 288.29º 1% 0.98% -
XYZ 41.77 19.52 92.83 -
YUV 89.01 219.42 208.59 -
System Red Green Blue C M Y K H S L
Decimal 202 0 251 0.20 1 0 0.02 288.29 1 0.49
Hex CA 0 FB 14 64 0 2 120 64 31
Octal 312 0 373 24 144 0 2 440 144 61
Binary 11001010 0 11111011 10100 1100100 0 10 100100000 1100100 110001

Color Harmonies of #CA00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00FB

Black with #CA00FB

Text Example


Text Example

White with #CA00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00FB; }

 p { color: rgb(202,0,251); }

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

background-color css

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

 a { background-color: rgb(202,0,251); }

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

border-color css

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

 span { border-color: rgb(202,0,251); }

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