Html Css Color HEX #C562DD Medium Orchid

📋 copy color: '#C562DD'

red 197 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #C562DD

Tints of Medium Orchid #C562DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.99%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 38.18%
G = 18.99%
B = 42.83%

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

#C562DD (or 0xC562DD) is known color: Medium Orchid. HEX triplet: C5, 62 and DD. RGB value is (197,98,221). Sum of RGB (Red+Green+Blue) = 197+98+221=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C562DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562DD is #3A9D22. Grayscale: #8D8D8D. Windows color (decimal): -3841315 or 14508741. OLE color: 14508741.

HSL color Cylindrical-coordinate representation of color #C562DD: hue angle of 288.29º degrees, saturation: 0.64, 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 #C562DD is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 98 221 -
CMYK 0.11 0.56 0 0.13
HSL 288.29º 0.64% 0.63% -
HSV(B) 288.29º 0.56% 0.87% -
XYZ 40.44 25.83 71.26 -
YUV 141.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 197 98 221 0.11 0.56 0 0.13 288.29 0.64 0.63
Hex C5 62 DD B 38 0 D 120 40 3F
Octal 305 142 335 13 70 0 15 440 100 77
Binary 11000101 1100010 11011101 1011 111000 0 1101 100100000 1000000 111111

Color Harmonies of #C562DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562DD

Black with #C562DD

Text Example


Text Example

White with #C562DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562DD; }

 p { color: rgb(197,98,221); }

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

background-color css

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

 a { background-color: rgb(197,98,221); }

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

border-color css

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

 span { border-color: rgb(197,98,221); }

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