Html Css Color HEX #CA2DED Electric Purple

📋 copy color: '#CA2DED'

red 202 ◦ green 45 ◦ blue 237

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

Shades of Electric Purple #CA2DED

Tints of Electric Purple #CA2DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.3%

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

R = 41.74%
G = 9.3%
B = 48.97%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA2DED (or 0xCA2DED) is known color: Electric Purple. HEX triplet: CA, 2D and ED. RGB value is (202,45,237). Sum of RGB (Red+Green+Blue) = 202+45+237=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DED is #35D212. Grayscale: #717171. Windows color (decimal): -3527187 or 15543754. OLE color: 15543754.

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

Color convert

RGB 202 45 237 -
CMYK 0.15 0.81 0 0.07
HSL 289.06º 0.84% 0.55% -
HSV(B) 289.06º 0.81% 0.93% -
XYZ 40.58 20.55 81.95 -
YUV 113.83 197.51 190.89 -
System Red Green Blue C M Y K H S L
Decimal 202 45 237 0.15 0.81 0 0.07 289.06 0.84 0.55
Hex CA 2D ED F 51 0 7 121 54 37
Octal 312 55 355 17 121 0 7 441 124 67
Binary 11001010 101101 11101101 1111 1010001 0 111 100100001 1010100 110111

Color Harmonies of #CA2DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DED

Black with #CA2DED

Text Example


Text Example

White with #CA2DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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