Html Css Color HEX #C30DFD Electric Purple

📋 copy color: '#C30DFD'

red 195 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #C30DFD

Tints of Electric Purple #C30DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 42.3%
G = 2.82%
B = 54.88%

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

#C30DFD (or 0xC30DFD) is known color: Electric Purple. HEX triplet: C3, 0D and FD. RGB value is (195,13,253). Sum of RGB (Red+Green+Blue) = 195+13+253=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #C30DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DFD is #3CF202. Grayscale: #5E5E5E. Windows color (decimal): -3994115 or 16584131. OLE color: 16584131.

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

Color convert

RGB 195 13 253 -
CMYK 0.23 0.95 0 0.01
HSL 285.5º 0.98% 0.52% -
HSV(B) 285.5º 0.95% 0.99% -
XYZ 40.38 18.98 94.46 -
YUV 94.78 217.3 199.49 -
System Red Green Blue C M Y K H S L
Decimal 195 13 253 0.23 0.95 0 0.01 285.5 0.98 0.52
Hex C3 D FD 17 5F 0 1 11E 62 34
Octal 303 15 375 27 137 0 1 436 142 64
Binary 11000011 1101 11111101 10111 1011111 0 1 100011110 1100010 110100

Color Harmonies of #C30DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30DFD

Black with #C30DFD

Text Example


Text Example

White with #C30DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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