Html Css Color HEX #C130DD Medium Orchid

📋 copy color: '#C130DD'

red 193 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #C130DD

Tints of Medium Orchid #C130DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 41.77%
G = 10.39%
B = 47.84%

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

#C130DD (or 0xC130DD) is known color: Medium Orchid. HEX triplet: C1, 30 and DD. RGB value is (193,48,221). Sum of RGB (Red+Green+Blue) = 193+48+221=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C130DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130DD is #3ECF22. Grayscale: #6E6E6E. Windows color (decimal): -4116259 or 14495937. OLE color: 14495937.

HSL color Cylindrical-coordinate representation of color #C130DD: hue angle of 290.29º degrees, saturation: 0.72, 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 #C130DD is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 48 221 -
CMYK 0.13 0.78 0 0.13
HSL 290.29º 0.72% 0.53% -
HSV(B) 290.29º 0.78% 0.87% -
XYZ 36.1 18.67 70.11 -
YUV 111.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 193 48 221 0.13 0.78 0 0.13 290.29 0.72 0.53
Hex C1 30 DD D 4E 0 D 122 48 35
Octal 301 60 335 15 116 0 15 442 110 65
Binary 11000001 110000 11011101 1101 1001110 0 1101 100100010 1001000 110101

Color Harmonies of #C130DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130DD

Black with #C130DD

Text Example


Text Example

White with #C130DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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