Html Css Color HEX #C605EE Electric Purple

📋 copy color: '#C605EE'

red 198 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #C605EE

Tints of Electric Purple #C605EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

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

R = 44.9%
G = 1.13%
B = 53.97%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C605EE (or 0xC605EE) is known color: Electric Purple. HEX triplet: C6, 05 and EE. RGB value is (198,5,238). Sum of RGB (Red+Green+Blue) = 198+5+238=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #C605EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C605EE is #39FA11. Grayscale: #585858. Windows color (decimal): -3799570 or 15599046. OLE color: 15599046.

HSL color Cylindrical-coordinate representation of color #C605EE: hue angle of 289.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605EE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 5 238 -
CMYK 0.17 0.98 0 0.07
HSL 289.7º 0.96% 0.48% -
HSV(B) 289.7º 0.98% 0.93% -
XYZ 38.78 18.29 82.38 -
YUV 89.27 211.94 205.55 -
System Red Green Blue C M Y K H S L
Decimal 198 5 238 0.17 0.98 0 0.07 289.7 0.96 0.48
Hex C6 5 EE 11 62 0 7 122 60 30
Octal 306 5 356 21 142 0 7 442 140 60
Binary 11000110 101 11101110 10001 1100010 0 111 100100010 1100000 110000

Color Harmonies of #C605EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605EE

Black with #C605EE

Text Example


Text Example

White with #C605EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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