Html Css Color HEX #C560DA Medium Orchid

📋 copy color: '#C560DA'

red 197 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #C560DA

Tints of Medium Orchid #C560DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 38.55%
G = 18.79%
B = 42.66%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C560DA (or 0xC560DA) is known color: Medium Orchid. HEX triplet: C5, 60 and DA. RGB value is (197,96,218). Sum of RGB (Red+Green+Blue) = 197+96+218=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C560DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560DA is #3A9F25. Grayscale: #8B8B8B. Windows color (decimal): -3841830 or 14311621. OLE color: 14311621.

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

Color convert

RGB 197 96 218 -
CMYK 0.10 0.56 0 0.15
HSL 289.67º 0.62% 0.62% -
HSV(B) 289.67º 0.56% 0.85% -
XYZ 39.86 25.3 69.11 -
YUV 140.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 197 96 218 0.10 0.56 0 0.15 289.67 0.62 0.62
Hex C5 60 DA A 38 0 F 122 3E 3E
Octal 305 140 332 12 70 0 17 442 76 76
Binary 11000101 1100000 11011010 1010 111000 0 1111 100100010 111110 111110

Color Harmonies of #C560DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560DA

Black with #C560DA

Text Example


Text Example

White with #C560DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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