Html Css Color HEX #C622FD Electric Purple

📋 copy color: '#C622FD'

red 198 ◦ green 34 ◦ blue 253

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

Shades of Electric Purple #C622FD

Tints of Electric Purple #C622FD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.01%

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

R = 40.82%
G = 7.01%
B = 52.16%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C622FD (or 0xC622FD) is known color: Electric Purple. HEX triplet: C6, 22 and FD. RGB value is (198,34,253). Sum of RGB (Red+Green+Blue) = 198+34+253=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #C622FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C622FD is #39DD02. Grayscale: #6B6B6B. Windows color (decimal): -3792131 or 16589510. OLE color: 16589510.

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

Color convert

RGB 198 34 253 -
CMYK 0.22 0.87 0 0.01
HSL 284.93º 0.98% 0.56% -
HSV(B) 284.93º 0.87% 0.99% -
XYZ 41.59 20.24 94.64 -
YUV 108 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 198 34 253 0.22 0.87 0 0.01 284.93 0.98 0.56
Hex C6 22 FD 16 57 0 1 11D 62 38
Octal 306 42 375 26 127 0 1 435 142 70
Binary 11000110 100010 11111101 10110 1010111 0 1 100011101 1100010 111000

Color Harmonies of #C622FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C622FD

Black with #C622FD

Text Example


Text Example

White with #C622FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C622FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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