Html Css Color HEX #C562DB Medium Orchid

📋 copy color: '#C562DB'

red 197 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #C562DB

Tints of Medium Orchid #C562DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 38.33%
G = 19.07%
B = 42.61%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C562DB (or 0xC562DB) is known color: Medium Orchid. HEX triplet: C5, 62 and DB. RGB value is (197,98,219). Sum of RGB (Red+Green+Blue) = 197+98+219=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C562DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562DB is #3A9D24. Grayscale: #8D8D8D. Windows color (decimal): -3841317 or 14377669. OLE color: 14377669.

HSL color Cylindrical-coordinate representation of color #C562DB: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C562DB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 98 219 -
CMYK 0.10 0.55 0 0.14
HSL 289.09º 0.63% 0.62% -
HSV(B) 289.09º 0.55% 0.86% -
XYZ 40.18 25.72 69.86 -
YUV 141.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 197 98 219 0.10 0.55 0 0.14 289.09 0.63 0.62
Hex C5 62 DB A 37 0 E 121 3F 3E
Octal 305 142 333 12 67 0 16 441 77 76
Binary 11000101 1100010 11011011 1010 110111 0 1110 100100001 111111 111110

Color Harmonies of #C562DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562DB

Black with #C562DB

Text Example


Text Example

White with #C562DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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