Html Css Color HEX #C130D8 Medium Orchid

📋 copy color: '#C130D8'

red 193 ◦ green 48 ◦ blue 216

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

Shades of Medium Orchid #C130D8

Tints of Medium Orchid #C130D8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.5%

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 42.23%
G = 10.5%
B = 47.26%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C130D8 (or 0xC130D8) is known color: Medium Orchid. HEX triplet: C1, 30 and D8. RGB value is (193,48,216). Sum of RGB (Red+Green+Blue) = 193+48+216=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #C130D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130D8 is #3ECF27. Grayscale: #6D6D6D. Windows color (decimal): -4116264 or 14168257. OLE color: 14168257.

HSL color Cylindrical-coordinate representation of color #C130D8: hue angle of 291.79º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C130D8 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 48 216 -
CMYK 0.11 0.78 0 0.15
HSL 291.79º 0.68% 0.52% -
HSV(B) 291.79º 0.78% 0.85% -
XYZ 35.44 18.41 66.65 -
YUV 110.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 193 48 216 0.11 0.78 0 0.15 291.79 0.68 0.52
Hex C1 30 D8 B 4E 0 F 124 44 34
Octal 301 60 330 13 116 0 17 444 104 64
Binary 11000001 110000 11011000 1011 1001110 0 1111 100100100 1000100 110100

Color Harmonies of #C130D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130D8

Black with #C130D8

Text Example


Text Example

White with #C130D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130D8; }

 p { color: rgb(193,48,216); }

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

background-color css

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

 a { background-color: rgb(193,48,216); }

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

border-color css

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

 span { border-color: rgb(193,48,216); }

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