Html Css Color HEX #C160CD Medium Orchid

📋 copy color: '#C160CD'

red 193 ◦ green 96 ◦ blue 205

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

Shades of Medium Orchid #C160CD

Tints of Medium Orchid #C160CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 39.07%
G = 19.43%
B = 41.5%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C160CD (or 0xC160CD) is known color: Medium Orchid. HEX triplet: C1, 60 and CD. RGB value is (193,96,205). Sum of RGB (Red+Green+Blue) = 193+96+205=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #C160CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160CD is #3E9F32. Grayscale: #898989. Windows color (decimal): -4103987 or 13459649. OLE color: 13459649.

HSL color Cylindrical-coordinate representation of color #C160CD: hue angle of 293.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C160CD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 96 205 -
CMYK 0.06 0.53 0 0.20
HSL 293.39º 0.52% 0.59% -
HSV(B) 293.39º 0.53% 0.8% -
XYZ 37.19 24.11 60.45 -
YUV 137.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 193 96 205 0.06 0.53 0 0.20 293.39 0.52 0.59
Hex C1 60 CD 6 35 0 14 125 34 3B
Octal 301 140 315 6 65 0 24 445 64 73
Binary 11000001 1100000 11001101 110 110101 0 10100 100100101 110100 111011

Color Harmonies of #C160CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160CD

Black with #C160CD

Text Example


Text Example

White with #C160CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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