Html Css Color HEX #C160DB Medium Orchid

📋 copy color: '#C160DB'

red 193 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #C160DB

Tints of Medium Orchid #C160DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 37.99%
G = 18.9%
B = 43.11%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C160DB (or 0xC160DB) is known color: Medium Orchid. HEX triplet: C1, 60 and DB. RGB value is (193,96,219). Sum of RGB (Red+Green+Blue) = 193+96+219=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #C160DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160DB is #3E9F24. Grayscale: #8A8A8A. Windows color (decimal): -4103973 or 14377153. OLE color: 14377153.

HSL color Cylindrical-coordinate representation of color #C160DB: hue angle of 287.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C160DB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 96 219 -
CMYK 0.12 0.56 0 0.14
HSL 287.32º 0.63% 0.62% -
HSV(B) 287.32º 0.56% 0.86% -
XYZ 38.96 24.82 69.75 -
YUV 139.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 193 96 219 0.12 0.56 0 0.14 287.32 0.63 0.62
Hex C1 60 DB C 38 0 E 11F 3F 3E
Octal 301 140 333 14 70 0 16 437 77 76
Binary 11000001 1100000 11011011 1100 111000 0 1110 100011111 111111 111110

Color Harmonies of #C160DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160DB

Black with #C160DB

Text Example


Text Example

White with #C160DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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