Html Css Color HEX #C561DE Medium Orchid

📋 copy color: '#C561DE'

red 197 ◦ green 97 ◦ blue 222

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

Shades of Medium Orchid #C561DE

Tints of Medium Orchid #C561DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 38.18%
G = 18.8%
B = 43.02%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C561DE (or 0xC561DE) is known color: Medium Orchid. HEX triplet: C5, 61 and DE. RGB value is (197,97,222). Sum of RGB (Red+Green+Blue) = 197+97+222=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #C561DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561DE is #3A9E21. Grayscale: #8C8C8C. Windows color (decimal): -3841570 or 14574021. OLE color: 14574021.

HSL color Cylindrical-coordinate representation of color #C561DE: hue angle of 288º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C561DE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 97 222 -
CMYK 0.11 0.56 0 0.13
HSL 288º 0.65% 0.63% -
HSV(B) 288º 0.56% 0.87% -
XYZ 40.49 25.69 71.93 -
YUV 141.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 197 97 222 0.11 0.56 0 0.13 288 0.65 0.63
Hex C5 61 DE B 38 0 D 120 41 3F
Octal 305 141 336 13 70 0 15 440 101 77
Binary 11000101 1100001 11011110 1011 111000 0 1101 100100000 1000001 111111

Color Harmonies of #C561DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561DE

Black with #C561DE

Text Example


Text Example

White with #C561DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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