Html Css Color HEX #C561DA Medium Orchid

📋 copy color: '#C561DA'

red 197 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #C561DA

Tints of Medium Orchid #C561DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.95%

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

R = 38.48%
G = 18.95%
B = 42.58%

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

#C561DA (or 0xC561DA) is known color: Medium Orchid. HEX triplet: C5, 61 and DA. RGB value is (197,97,218). Sum of RGB (Red+Green+Blue) = 197+97+218=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C561DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561DA is #3A9E25. Grayscale: #8C8C8C. Windows color (decimal): -3841574 or 14311877. OLE color: 14311877.

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

Color convert

RGB 197 97 218 -
CMYK 0.10 0.56 0 0.15
HSL 289.59º 0.62% 0.62% -
HSV(B) 289.59º 0.56% 0.85% -
XYZ 39.96 25.48 69.14 -
YUV 140.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 197 97 218 0.10 0.56 0 0.15 289.59 0.62 0.62
Hex C5 61 DA A 38 0 F 122 3E 3E
Octal 305 141 332 12 70 0 17 442 76 76
Binary 11000101 1100001 11011010 1010 111000 0 1111 100100010 111110 111110

Color Harmonies of #C561DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561DA

Black with #C561DA

Text Example


Text Example

White with #C561DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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