Html Css Color HEX #C30DED Electric Purple

📋 copy color: '#C30DED'

red 195 ◦ green 13 ◦ blue 237

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

Shades of Electric Purple #C30DED

Tints of Electric Purple #C30DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 43.82%
G = 2.92%
B = 53.26%

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

#C30DED (or 0xC30DED) is known color: Electric Purple. HEX triplet: C3, 0D and ED. RGB value is (195,13,237). Sum of RGB (Red+Green+Blue) = 195+13+237=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #C30DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DED is #3CF212. Grayscale: #5C5C5C. Windows color (decimal): -3994131 or 15535555. OLE color: 15535555.

HSL color Cylindrical-coordinate representation of color #C30DED: hue angle of 288.75º 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 #C30DED is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 13 237 -
CMYK 0.18 0.95 0 0.07
HSL 288.75º 0.9% 0.49% -
HSV(B) 288.75º 0.95% 0.93% -
XYZ 37.94 18 81.6 -
YUV 92.95 209.3 200.79 -
System Red Green Blue C M Y K H S L
Decimal 195 13 237 0.18 0.95 0 0.07 288.75 0.9 0.49
Hex C3 D ED 12 5F 0 7 121 5A 31
Octal 303 15 355 22 137 0 7 441 132 61
Binary 11000011 1101 11101101 10010 1011111 0 111 100100001 1011010 110001

Color Harmonies of #C30DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DED

Black with #C30DED

Text Example


Text Example

White with #C30DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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