Html Css Color HEX #C62DED Electric Purple

📋 copy color: '#C62DED'

red 198 ◦ green 45 ◦ blue 237

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

Shades of Electric Purple #C62DED

Tints of Electric Purple #C62DED

RGB

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

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

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

R = 41.25%
G = 9.38%
B = 49.38%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C62DED (or 0xC62DED) is known color: Electric Purple. HEX triplet: C6, 2D and ED. RGB value is (198,45,237). Sum of RGB (Red+Green+Blue) = 198+45+237=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C62DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DED is #39D212. Grayscale: #707070. Windows color (decimal): -3789331 or 15543750. OLE color: 15543750.

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

Color convert

RGB 198 45 237 -
CMYK 0.16 0.81 0 0.07
HSL 287.81º 0.84% 0.55% -
HSV(B) 287.81º 0.81% 0.93% -
XYZ 39.51 20 81.9 -
YUV 112.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 198 45 237 0.16 0.81 0 0.07 287.81 0.84 0.55
Hex C6 2D ED 10 51 0 7 120 54 37
Octal 306 55 355 20 121 0 7 440 124 67
Binary 11000110 101101 11101101 10000 1010001 0 111 100100000 1010100 110111

Color Harmonies of #C62DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DED

Black with #C62DED

Text Example


Text Example

White with #C62DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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