Html Css Color HEX #C562D2 Medium Orchid

📋 copy color: '#C562D2'

red 197 ◦ green 98 ◦ blue 210

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

Shades of Medium Orchid #C562D2

Tints of Medium Orchid #C562D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.58%

R = 39.01%
G = 19.41%
B = 41.58%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C562D2 (or 0xC562D2) is known color: Medium Orchid. HEX triplet: C5, 62 and D2. RGB value is (197,98,210). Sum of RGB (Red+Green+Blue) = 197+98+210=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #C562D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562D2 is #3A9D2D. Grayscale: #8C8C8C. Windows color (decimal): -3841326 or 13787845. OLE color: 13787845.

HSL color Cylindrical-coordinate representation of color #C562D2: hue angle of 293.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C562D2 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 98 210 -
CMYK 0.06 0.53 0 0.18
HSL 293.04º 0.55% 0.6% -
HSV(B) 293.04º 0.53% 0.82% -
XYZ 39.03 25.26 63.79 -
YUV 140.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 197 98 210 0.06 0.53 0 0.18 293.04 0.55 0.6
Hex C5 62 D2 6 35 0 12 125 37 3C
Octal 305 142 322 6 65 0 22 445 67 74
Binary 11000101 1100010 11010010 110 110101 0 10010 100100101 110111 111100

Color Harmonies of #C562D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C562D2

Black with #C562D2

Text Example


Text Example

White with #C562D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C562D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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