Html Css Color HEX #C562DA Medium Orchid

📋 copy color: '#C562DA'

red 197 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #C562DA

Tints of Medium Orchid #C562DA

RGB

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

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

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

R = 38.4%
G = 19.1%
B = 42.5%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C562DA (or 0xC562DA) is known color: Medium Orchid. HEX triplet: C5, 62 and DA. RGB value is (197,98,218). Sum of RGB (Red+Green+Blue) = 197+98+218=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C562DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562DA is #3A9D25. Grayscale: #8C8C8C. Windows color (decimal): -3841318 or 14312133. OLE color: 14312133.

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

Color convert

RGB 197 98 218 -
CMYK 0.10 0.55 0 0.15
HSL 289.5º 0.62% 0.62% -
HSV(B) 289.5º 0.55% 0.85% -
XYZ 40.05 25.67 69.17 -
YUV 141.28 171.3 167.74 -
System Red Green Blue C M Y K H S L
Decimal 197 98 218 0.10 0.55 0 0.15 289.5 0.62 0.62
Hex C5 62 DA A 37 0 F 122 3E 3E
Octal 305 142 332 12 67 0 17 442 76 76
Binary 11000101 1100010 11011010 1010 110111 0 1111 100100010 111110 111110

Color Harmonies of #C562DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562DA

Black with #C562DA

Text Example


Text Example

White with #C562DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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