Html Css Color HEX #C560DB Medium Orchid

📋 copy color: '#C560DB'

red 197 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #C560DB

Tints of Medium Orchid #C560DB

RGB

 RED value IS 197 (77.34% from 255) = 38.48%

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

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

R = 38.48%
G = 18.75%
B = 42.77%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C560DB (or 0xC560DB) is known color: Medium Orchid. HEX triplet: C5, 60 and DB. RGB value is (197,96,219). Sum of RGB (Red+Green+Blue) = 197+96+219=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C560DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DB is #3A9F24. Grayscale: #8B8B8B. Windows color (decimal): -3841829 or 14377157. OLE color: 14377157.

HSL color Cylindrical-coordinate representation of color #C560DB: hue angle of 289.27º 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 #C560DB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 96 219 -
CMYK 0.10 0.56 0 0.14
HSL 289.27º 0.63% 0.62% -
HSV(B) 289.27º 0.56% 0.86% -
XYZ 40 25.35 69.8 -
YUV 140.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 197 96 219 0.10 0.56 0 0.14 289.27 0.63 0.62
Hex C5 60 DB A 38 0 E 121 3F 3E
Octal 305 140 333 12 70 0 16 441 77 76
Binary 11000101 1100000 11011011 1010 111000 0 1110 100100001 111111 111110

Color Harmonies of #C560DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560DB

Black with #C560DB

Text Example


Text Example

White with #C560DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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