Html Css Color HEX #C560D2 Medium Orchid

📋 copy color: '#C560D2'

red 197 ◦ green 96 ◦ blue 210

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

Shades of Medium Orchid #C560D2

Tints of Medium Orchid #C560D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.75%

R = 39.17%
G = 19.09%
B = 41.75%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C560D2 (or 0xC560D2) is known color: Medium Orchid. HEX triplet: C5, 60 and D2. RGB value is (197,96,210). Sum of RGB (Red+Green+Blue) = 197+96+210=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #C560D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560D2 is #3A9F2D. Grayscale: #8A8A8A. Windows color (decimal): -3841838 or 13787333. OLE color: 13787333.

HSL color Cylindrical-coordinate representation of color #C560D2: hue angle of 293.16º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C560D2 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 96 210 -
CMYK 0.06 0.54 0 0.18
HSL 293.16º 0.56% 0.6% -
HSV(B) 293.16º 0.54% 0.82% -
XYZ 38.84 24.89 63.73 -
YUV 139.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 197 96 210 0.06 0.54 0 0.18 293.16 0.56 0.6
Hex C5 60 D2 6 36 0 12 125 38 3C
Octal 305 140 322 6 66 0 22 445 70 74
Binary 11000101 1100000 11010010 110 110110 0 10010 100100101 111000 111100

Color Harmonies of #C560D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C560D2

Black with #C560D2

Text Example


Text Example

White with #C560D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C560D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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