Html Css Color HEX #CA10ED Electric Purple

📋 copy color: '#CA10ED'

red 202 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #CA10ED

Tints of Electric Purple #CA10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.52%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 44.4%
G = 3.52%
B = 52.09%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA10ED (or 0xCA10ED) is known color: Electric Purple. HEX triplet: CA, 10 and ED. RGB value is (202,16,237). Sum of RGB (Red+Green+Blue) = 202+16+237=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10ED is #35EF12. Grayscale: #606060. Windows color (decimal): -3534611 or 15536330. OLE color: 15536330.

HSL color Cylindrical-coordinate representation of color #CA10ED: hue angle of 290.5º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10ED is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 16 237 -
CMYK 0.15 0.93 0 0.07
HSL 290.5º 0.87% 0.5% -
HSV(B) 290.5º 0.93% 0.93% -
XYZ 39.83 19.04 81.7 -
YUV 96.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 202 16 237 0.15 0.93 0 0.07 290.5 0.87 0.5
Hex CA 10 ED F 5D 0 7 122 57 32
Octal 312 20 355 17 135 0 7 442 127 62
Binary 11001010 10000 11101101 1111 1011101 0 111 100100010 1010111 110010

Color Harmonies of #CA10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA10ED

Black with #CA10ED

Text Example


Text Example

White with #CA10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA10ED; }

 p { color: rgb(202,16,237); }

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

background-color css

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

 a { background-color: rgb(202,16,237); }

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

border-color css

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

 span { border-color: rgb(202,16,237); }

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