Html Css Color HEX #C160CF Medium Orchid

📋 copy color: '#C160CF'

red 193 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #C160CF

Tints of Medium Orchid #C160CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 38.91%
G = 19.35%
B = 41.73%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C160CF (or 0xC160CF) is known color: Medium Orchid. HEX triplet: C1, 60 and CF. RGB value is (193,96,207). Sum of RGB (Red+Green+Blue) = 193+96+207=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C160CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160CF is #3E9F30. Grayscale: #898989. Windows color (decimal): -4103985 or 13590721. OLE color: 13590721.

HSL color Cylindrical-coordinate representation of color #C160CF: hue angle of 292.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C160CF is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 96 207 -
CMYK 0.07 0.54 0 0.19
HSL 292.43º 0.54% 0.59% -
HSV(B) 292.43º 0.54% 0.81% -
XYZ 37.44 24.21 61.73 -
YUV 137.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 193 96 207 0.07 0.54 0 0.19 292.43 0.54 0.59
Hex C1 60 CF 7 36 0 13 124 36 3B
Octal 301 140 317 7 66 0 23 444 66 73
Binary 11000001 1100000 11001111 111 110110 0 10011 100100100 110110 111011

Color Harmonies of #C160CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160CF

Black with #C160CF

Text Example


Text Example

White with #C160CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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