Html Css Color HEX #C62FFD Electric Purple

📋 copy color: '#C62FFD'

red 198 ◦ green 47 ◦ blue 253

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

Shades of Electric Purple #C62FFD

Tints of Electric Purple #C62FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.44%

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 39.76%
G = 9.44%
B = 50.8%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C62FFD (or 0xC62FFD) is known color: Electric Purple. HEX triplet: C6, 2F and FD. RGB value is (198,47,253). Sum of RGB (Red+Green+Blue) = 198+47+253=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C62FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FFD is #39D002. Grayscale: #727272. Windows color (decimal): -3788803 or 16592838. OLE color: 16592838.

HSL color Cylindrical-coordinate representation of color #C62FFD: hue angle of 283.98º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62FFD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 47 253 -
CMYK 0.22 0.81 0 0.01
HSL 283.98º 0.98% 0.59% -
HSV(B) 283.98º 0.81% 0.99% -
XYZ 42.03 21.13 94.79 -
YUV 115.63 205.53 186.75 -
System Red Green Blue C M Y K H S L
Decimal 198 47 253 0.22 0.81 0 0.01 283.98 0.98 0.59
Hex C6 2F FD 16 51 0 1 11C 62 3B
Octal 306 57 375 26 121 0 1 434 142 73
Binary 11000110 101111 11111101 10110 1010001 0 1 100011100 1100010 111011

Color Harmonies of #C62FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FFD

Black with #C62FFD

Text Example


Text Example

White with #C62FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FFD; }

 p { color: rgb(198,47,253); }

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

background-color css

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

 a { background-color: rgb(198,47,253); }

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

border-color css

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

 span { border-color: rgb(198,47,253); }

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