Html Css Color HEX #C30CED Electric Purple

📋 copy color: '#C30CED'

red 195 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #C30CED

Tints of Electric Purple #C30CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 43.92%
G = 2.7%
B = 53.38%

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

#C30CED (or 0xC30CED) is known color: Electric Purple. HEX triplet: C3, 0C and ED. RGB value is (195,12,237). Sum of RGB (Red+Green+Blue) = 195+12+237=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #C30CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CED is #3CF312. Grayscale: #5B5B5B. Windows color (decimal): -3994387 or 15535299. OLE color: 15535299.

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

Color convert

RGB 195 12 237 -
CMYK 0.18 0.95 0 0.07
HSL 288.8º 0.9% 0.49% -
HSV(B) 288.8º 0.95% 0.93% -
XYZ 37.92 17.98 81.59 -
YUV 92.37 209.63 201.2 -
System Red Green Blue C M Y K H S L
Decimal 195 12 237 0.18 0.95 0 0.07 288.8 0.9 0.49
Hex C3 C ED 12 5F 0 7 121 5A 31
Octal 303 14 355 22 137 0 7 441 132 61
Binary 11000011 1100 11101101 10010 1011111 0 111 100100001 1011010 110001

Color Harmonies of #C30CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CED

Black with #C30CED

Text Example


Text Example

White with #C30CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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