Html Css Color HEX #C10DFC Electric Purple

📋 copy color: '#C10DFC'

red 193 ◦ green 13 ◦ blue 252

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

Shades of Electric Purple #C10DFC

Tints of Electric Purple #C10DFC

RGB

 RED value IS 193 (75.78% from 255) = 42.14%

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

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 42.14%
G = 2.84%
B = 55.02%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C10DFC (or 0xC10DFC) is known color: Electric Purple. HEX triplet: C1, 0D and FC. RGB value is (193,13,252). Sum of RGB (Red+Green+Blue) = 193+13+252=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #C10DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DFC is #3EF203. Grayscale: #5D5D5D. Windows color (decimal): -4125188 or 16518593. OLE color: 16518593.

HSL color Cylindrical-coordinate representation of color #C10DFC: hue angle of 285.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10DFC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 13 252 -
CMYK 0.23 0.95 0 0.01
HSL 285.19º 0.98% 0.52% -
HSV(B) 285.19º 0.95% 0.99% -
XYZ 39.71 18.65 93.6 -
YUV 94.07 217.13 198.57 -
System Red Green Blue C M Y K H S L
Decimal 193 13 252 0.23 0.95 0 0.01 285.19 0.98 0.52
Hex C1 D FC 17 5F 0 1 11D 62 34
Octal 301 15 374 27 137 0 1 435 142 64
Binary 11000001 1101 11111100 10111 1011111 0 1 100011101 1100010 110100

Color Harmonies of #C10DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DFC

Black with #C10DFC

Text Example


Text Example

White with #C10DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DFC; }

 p { color: rgb(193,13,252); }

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

background-color css

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

 a { background-color: rgb(193,13,252); }

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

border-color css

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

 span { border-color: rgb(193,13,252); }

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