Html Css Color HEX #C160D9 Medium Orchid

📋 copy color: '#C160D9'

red 193 ◦ green 96 ◦ blue 217

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

Shades of Medium Orchid #C160D9

Tints of Medium Orchid #C160D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.97%

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 38.14%
G = 18.97%
B = 42.89%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C160D9 (or 0xC160D9) is known color: Medium Orchid. HEX triplet: C1, 60 and D9. RGB value is (193,96,217). Sum of RGB (Red+Green+Blue) = 193+96+217=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C160D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160D9 is #3E9F26. Grayscale: #8A8A8A. Windows color (decimal): -4103975 or 14246081. OLE color: 14246081.

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

Color convert

RGB 193 96 217 -
CMYK 0.11 0.56 0 0.15
HSL 288.1º 0.61% 0.61% -
HSV(B) 288.1º 0.56% 0.85% -
XYZ 38.7 24.71 68.38 -
YUV 138.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 193 96 217 0.11 0.56 0 0.15 288.1 0.61 0.61
Hex C1 60 D9 B 38 0 F 120 3D 3D
Octal 301 140 331 13 70 0 17 440 75 75
Binary 11000001 1100000 11011001 1011 111000 0 1111 100100000 111101 111101

Color Harmonies of #C160D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160D9

Black with #C160D9

Text Example


Text Example

White with #C160D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160D9; }

 p { color: rgb(193,96,217); }

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

background-color css

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

 a { background-color: rgb(193,96,217); }

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

border-color css

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

 span { border-color: rgb(193,96,217); }

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