Html Css Color HEX #CA03EE Electric Purple

📋 copy color: '#CA03EE'

red 202 ◦ green 3 ◦ blue 238

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

Shades of Electric Purple #CA03EE

Tints of Electric Purple #CA03EE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 45.6%
G = 0.68%
B = 53.72%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA03EE (or 0xCA03EE) is known color: Electric Purple. HEX triplet: CA, 03 and EE. RGB value is (202,3,238). Sum of RGB (Red+Green+Blue) = 202+3+238=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03EE is #35FC11. Grayscale: #585858. Windows color (decimal): -3537938 or 15598538. OLE color: 15598538.

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

Color convert

RGB 202 3 238 -
CMYK 0.15 0.99 0 0.07
HSL 290.81º 0.98% 0.47% -
HSV(B) 290.81º 0.99% 0.93% -
XYZ 39.82 18.79 82.42 -
YUV 89.29 211.93 208.39 -
System Red Green Blue C M Y K H S L
Decimal 202 3 238 0.15 0.99 0 0.07 290.81 0.98 0.47
Hex CA 3 EE F 63 0 7 123 62 2F
Octal 312 3 356 17 143 0 7 443 142 57
Binary 11001010 11 11101110 1111 1100011 0 111 100100011 1100010 101111

Color Harmonies of #CA03EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA03EE

Black with #CA03EE

Text Example


Text Example

White with #CA03EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA03EE; }

 p { color: rgb(202,3,238); }

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

background-color css

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

 a { background-color: rgb(202,3,238); }

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

border-color css

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

 span { border-color: rgb(202,3,238); }

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