Html Css Color HEX #C564DE Medium Orchid

📋 copy color: '#C564DE'

red 197 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #C564DE

Tints of Medium Orchid #C564DE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.27%

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

R = 37.96%
G = 19.27%
B = 42.77%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C564DE (or 0xC564DE) is known color: Medium Orchid. HEX triplet: C5, 64 and DE. RGB value is (197,100,222). Sum of RGB (Red+Green+Blue) = 197+100+222=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #C564DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564DE is #3A9B21. Grayscale: #8E8E8E. Windows color (decimal): -3840802 or 14574789. OLE color: 14574789.

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

Color convert

RGB 197 100 222 -
CMYK 0.11 0.55 0 0.13
HSL 287.7º 0.65% 0.63% -
HSV(B) 287.7º 0.55% 0.87% -
XYZ 40.77 26.26 72.03 -
YUV 142.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 197 100 222 0.11 0.55 0 0.13 287.7 0.65 0.63
Hex C5 64 DE B 37 0 D 120 41 3F
Octal 305 144 336 13 67 0 15 440 101 77
Binary 11000101 1100100 11011110 1011 110111 0 1101 100100000 1000001 111111

Color Harmonies of #C564DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564DE

Black with #C564DE

Text Example


Text Example

White with #C564DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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