Html Css Color HEX #CA0AFD Electric Purple

📋 copy color: '#CA0AFD'

red 202 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #CA0AFD

Tints of Electric Purple #CA0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.15%

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

R = 43.44%
G = 2.15%
B = 54.41%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA0AFD (or 0xCA0AFD) is known color: Electric Purple. HEX triplet: CA, 0A and FD. RGB value is (202,10,253). Sum of RGB (Red+Green+Blue) = 202+10+253=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0AFD is #35F502. Grayscale: #5E5E5E. Windows color (decimal): -3536131 or 16583370. OLE color: 16583370.

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

Color convert

RGB 202 10 253 -
CMYK 0.20 0.96 0 0.01
HSL 287.41º 0.98% 0.52% -
HSV(B) 287.41º 0.96% 0.99% -
XYZ 42.2 19.87 94.54 -
YUV 95.11 217.11 204.24 -
System Red Green Blue C M Y K H S L
Decimal 202 10 253 0.20 0.96 0 0.01 287.41 0.98 0.52
Hex CA A FD 14 60 0 1 11F 62 34
Octal 312 12 375 24 140 0 1 437 142 64
Binary 11001010 1010 11111101 10100 1100000 0 1 100011111 1100010 110100

Color Harmonies of #CA0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0AFD

Black with #CA0AFD

Text Example


Text Example

White with #CA0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0AFD; }

 p { color: rgb(202,10,253); }

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

background-color css

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

 a { background-color: rgb(202,10,253); }

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

border-color css

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

 span { border-color: rgb(202,10,253); }

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