Html Css Color HEX #C130DF Medium Orchid

📋 copy color: '#C130DF'

red 193 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #C130DF

Tints of Medium Orchid #C130DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 41.59%
G = 10.34%
B = 48.06%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C130DF (or 0xC130DF) is known color: Medium Orchid. HEX triplet: C1, 30 and DF. RGB value is (193,48,223). Sum of RGB (Red+Green+Blue) = 193+48+223=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #C130DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130DF is #3ECF20. Grayscale: #6E6E6E. Windows color (decimal): -4116257 or 14627009. OLE color: 14627009.

HSL color Cylindrical-coordinate representation of color #C130DF: hue angle of 289.71º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C130DF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 48 223 -
CMYK 0.13 0.78 0 0.13
HSL 289.71º 0.73% 0.53% -
HSV(B) 289.71º 0.78% 0.87% -
XYZ 36.37 18.78 71.52 -
YUV 111.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 193 48 223 0.13 0.78 0 0.13 289.71 0.73 0.53
Hex C1 30 DF D 4E 0 D 122 49 35
Octal 301 60 337 15 116 0 15 442 111 65
Binary 11000001 110000 11011111 1101 1001110 0 1101 100100010 1001001 110101

Color Harmonies of #C130DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130DF

Black with #C130DF

Text Example


Text Example

White with #C130DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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