Html Css Color HEX #C30DEE Electric Purple

📋 copy color: '#C30DEE'

red 195 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #C30DEE

Tints of Electric Purple #C30DEE

RGB

 RED value IS 195 (76.56% from 255) = 43.72%

 GREEN value IS 13 (5.47% from 255) = 2.91%

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

R = 43.72%
G = 2.91%
B = 53.36%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C30DEE (or 0xC30DEE) is known color: Electric Purple. HEX triplet: C3, 0D and EE. RGB value is (195,13,238). Sum of RGB (Red+Green+Blue) = 195+13+238=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C30DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DEE is #3CF211. Grayscale: #5C5C5C. Windows color (decimal): -3994130 or 15601091. OLE color: 15601091.

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

Color convert

RGB 195 13 238 -
CMYK 0.18 0.95 0 0.07
HSL 288.53º 0.9% 0.49% -
HSV(B) 288.53º 0.95% 0.93% -
XYZ 38.08 18.06 82.37 -
YUV 93.07 209.8 200.7 -
System Red Green Blue C M Y K H S L
Decimal 195 13 238 0.18 0.95 0 0.07 288.53 0.9 0.49
Hex C3 D EE 12 5F 0 7 121 5A 31
Octal 303 15 356 22 137 0 7 441 132 61
Binary 11000011 1101 11101110 10010 1011111 0 111 100100001 1011010 110001

Color Harmonies of #C30DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DEE

Black with #C30DEE

Text Example


Text Example

White with #C30DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DEE; }

 p { color: rgb(195,13,238); }

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

background-color css

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

 a { background-color: rgb(195,13,238); }

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

border-color css

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

 span { border-color: rgb(195,13,238); }

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