Html Css Color HEX #C602EB Electric Purple

📋 copy color: '#C602EB'

red 198 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #C602EB

Tints of Electric Purple #C602EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 45.52%
G = 0.46%
B = 54.02%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C602EB (or 0xC602EB) is known color: Electric Purple. HEX triplet: C6, 02 and EB. RGB value is (198,2,235). Sum of RGB (Red+Green+Blue) = 198+2+235=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #C602EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602EB is #39FD14. Grayscale: #565656. Windows color (decimal): -3800341 or 15401670. OLE color: 15401670.

HSL color Cylindrical-coordinate representation of color #C602EB: hue angle of 290.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602EB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 2 235 -
CMYK 0.16 0.99 0 0.08
HSL 290.47º 0.98% 0.46% -
HSV(B) 290.47º 0.99% 0.92% -
XYZ 38.31 18.05 80.06 -
YUV 87.17 211.43 207.05 -
System Red Green Blue C M Y K H S L
Decimal 198 2 235 0.16 0.99 0 0.08 290.47 0.98 0.46
Hex C6 2 EB 10 63 0 8 122 62 2E
Octal 306 2 353 20 143 0 10 442 142 56
Binary 11000110 10 11101011 10000 1100011 0 1000 100100010 1100010 101110

Color Harmonies of #C602EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602EB

Black with #C602EB

Text Example


Text Example

White with #C602EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602EB; }

 p { color: rgb(198,2,235); }

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

background-color css

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

 a { background-color: rgb(198,2,235); }

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

border-color css

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

 span { border-color: rgb(198,2,235); }

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