Html Css Color HEX #C62DEE Electric Purple

📋 copy color: '#C62DEE'

red 198 ◦ green 45 ◦ blue 238

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

Shades of Electric Purple #C62DEE

Tints of Electric Purple #C62DEE

RGB

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

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

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

R = 41.16%
G = 9.36%
B = 49.48%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C62DEE (or 0xC62DEE) is known color: Electric Purple. HEX triplet: C6, 2D and EE. RGB value is (198,45,238). Sum of RGB (Red+Green+Blue) = 198+45+238=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #C62DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DEE is #39D211. Grayscale: #707070. Windows color (decimal): -3789330 or 15609286. OLE color: 15609286.

HSL color Cylindrical-coordinate representation of color #C62DEE: hue angle of 287.56º degrees, saturation: 0.85, 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 #C62DEE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 45 238 -
CMYK 0.17 0.81 0 0.07
HSL 287.56º 0.85% 0.55% -
HSV(B) 287.56º 0.81% 0.93% -
XYZ 39.66 20.06 82.67 -
YUV 112.75 198.69 188.81 -
System Red Green Blue C M Y K H S L
Decimal 198 45 238 0.17 0.81 0 0.07 287.56 0.85 0.55
Hex C6 2D EE 11 51 0 7 120 55 37
Octal 306 55 356 21 121 0 7 440 125 67
Binary 11000110 101101 11101110 10001 1010001 0 111 100100000 1010101 110111

Color Harmonies of #C62DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DEE

Black with #C62DEE

Text Example


Text Example

White with #C62DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DEE; }

 p { color: rgb(198,45,238); }

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

background-color css

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

 a { background-color: rgb(198,45,238); }

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

border-color css

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

 span { border-color: rgb(198,45,238); }

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