Html Css Color HEX #C602ED Electric Purple

📋 copy color: '#C602ED'

red 198 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #C602ED

Tints of Electric Purple #C602ED

RGB

 RED value IS 198 (77.73% from 255) = 45.31%

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 45.31%
G = 0.46%
B = 54.23%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C602ED (or 0xC602ED) is known color: Electric Purple. HEX triplet: C6, 02 and ED. RGB value is (198,2,237). Sum of RGB (Red+Green+Blue) = 198+2+237=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #C602ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602ED is #39FD12. Grayscale: #565656. Windows color (decimal): -3800339 or 15532742. OLE color: 15532742.

HSL color Cylindrical-coordinate representation of color #C602ED: hue angle of 290.04º 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 #C602ED is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 2 237 -
CMYK 0.16 0.99 0 0.07
HSL 290.04º 0.98% 0.47% -
HSV(B) 290.04º 0.99% 0.93% -
XYZ 38.6 18.16 81.59 -
YUV 87.39 212.43 206.89 -
System Red Green Blue C M Y K H S L
Decimal 198 2 237 0.16 0.99 0 0.07 290.04 0.98 0.47
Hex C6 2 ED 10 63 0 7 122 62 2F
Octal 306 2 355 20 143 0 7 442 142 57
Binary 11000110 10 11101101 10000 1100011 0 111 100100010 1100010 101111

Color Harmonies of #C602ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602ED

Black with #C602ED

Text Example


Text Example

White with #C602ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602ED; }

 p { color: rgb(198,2,237); }

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

background-color css

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

 a { background-color: rgb(198,2,237); }

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

border-color css

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

 span { border-color: rgb(198,2,237); }

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