Html Css Color HEX #C215EE Electric Purple

📋 copy color: '#C215EE'

red 194 ◦ green 21 ◦ blue 238

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

Shades of Electric Purple #C215EE

Tints of Electric Purple #C215EE

RGB

 RED value IS 194 (76.17% from 255) = 42.83%

 GREEN value IS 21 (8.59% from 255) = 4.64%

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

R = 42.83%
G = 4.64%
B = 52.54%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C215EE (or 0xC215EE) is known color: Electric Purple. HEX triplet: C2, 15 and EE. RGB value is (194,21,238). Sum of RGB (Red+Green+Blue) = 194+21+238=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #C215EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215EE is #3DEA11. Grayscale: #606060. Windows color (decimal): -4057618 or 15603138. OLE color: 15603138.

HSL color Cylindrical-coordinate representation of color #C215EE: hue angle of 287.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C215EE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 21 238 -
CMYK 0.18 0.91 0 0.07
HSL 287.83º 0.86% 0.51% -
HSV(B) 287.83º 0.91% 0.93% -
XYZ 37.95 18.18 82.4 -
YUV 97.47 207.31 196.86 -
System Red Green Blue C M Y K H S L
Decimal 194 21 238 0.18 0.91 0 0.07 287.83 0.86 0.51
Hex C2 15 EE 12 5B 0 7 120 56 33
Octal 302 25 356 22 133 0 7 440 126 63
Binary 11000010 10101 11101110 10010 1011011 0 111 100100000 1010110 110011

Color Harmonies of #C215EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215EE

Black with #C215EE

Text Example


Text Example

White with #C215EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215EE; }

 p { color: rgb(194,21,238); }

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

background-color css

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

 a { background-color: rgb(194,21,238); }

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

border-color css

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

 span { border-color: rgb(194,21,238); }

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