Html Css Color HEX #CA0FEE Electric Purple

📋 copy color: '#CA0FEE'

red 202 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #CA0FEE

Tints of Electric Purple #CA0FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.3%

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

R = 44.4%
G = 3.3%
B = 52.31%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA0FEE (or 0xCA0FEE) is known color: Electric Purple. HEX triplet: CA, 0F and EE. RGB value is (202,15,238). Sum of RGB (Red+Green+Blue) = 202+15+238=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0FEE is #35F011. Grayscale: #5F5F5F. Windows color (decimal): -3534866 or 15601610. OLE color: 15601610.

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

Color convert

RGB 202 15 238 -
CMYK 0.15 0.94 0 0.07
HSL 290.31º 0.88% 0.5% -
HSV(B) 290.31º 0.94% 0.93% -
XYZ 39.96 19.07 82.46 -
YUV 96.34 207.95 203.37 -
System Red Green Blue C M Y K H S L
Decimal 202 15 238 0.15 0.94 0 0.07 290.31 0.88 0.5
Hex CA F EE F 5E 0 7 122 58 32
Octal 312 17 356 17 136 0 7 442 130 62
Binary 11001010 1111 11101110 1111 1011110 0 111 100100010 1011000 110010

Color Harmonies of #CA0FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0FEE

Black with #CA0FEE

Text Example


Text Example

White with #CA0FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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