Html Css Color HEX #C623FC Electric Purple

📋 copy color: '#C623FC'

red 198 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C623FC

Tints of Electric Purple #C623FC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.22%

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 40.82%
G = 7.22%
B = 51.96%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C623FC (or 0xC623FC) is known color: Electric Purple. HEX triplet: C6, 23 and FC. RGB value is (198,35,252). Sum of RGB (Red+Green+Blue) = 198+35+252=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C623FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C623FC is #39DC03. Grayscale: #6B6B6B. Windows color (decimal): -3791876 or 16524230. OLE color: 16524230.

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

Color convert

RGB 198 35 252 -
CMYK 0.21 0.86 0 0.01
HSL 285.07º 0.97% 0.56% -
HSV(B) 285.07º 0.86% 0.99% -
XYZ 41.46 20.24 93.82 -
YUV 108.48 209 191.86 -
System Red Green Blue C M Y K H S L
Decimal 198 35 252 0.21 0.86 0 0.01 285.07 0.97 0.56
Hex C6 23 FC 15 56 0 1 11D 61 38
Octal 306 43 374 25 126 0 1 435 141 70
Binary 11000110 100011 11111100 10101 1010110 0 1 100011101 1100001 111000

Color Harmonies of #C623FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C623FC

Black with #C623FC

Text Example


Text Example

White with #C623FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C623FC; }

 p { color: rgb(198,35,252); }

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

background-color css

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

 a { background-color: rgb(198,35,252); }

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

border-color css

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

 span { border-color: rgb(198,35,252); }

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