Html Css Color HEX #C564CE Medium Orchid

📋 copy color: '#C564CE'

red 197 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #C564CE

Tints of Medium Orchid #C564CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 39.17%
G = 19.88%
B = 40.95%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C564CE (or 0xC564CE) is known color: Medium Orchid. HEX triplet: C5, 64 and CE. RGB value is (197,100,206). Sum of RGB (Red+Green+Blue) = 197+100+206=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C564CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564CE is #3A9B31. Grayscale: #8C8C8C. Windows color (decimal): -3840818 or 13526213. OLE color: 13526213.

HSL color Cylindrical-coordinate representation of color #C564CE: hue angle of 294.91º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C564CE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 100 206 -
CMYK 0.04 0.51 0 0.19
HSL 294.91º 0.52% 0.6% -
HSV(B) 294.91º 0.51% 0.81% -
XYZ 38.72 25.44 61.26 -
YUV 141.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 197 100 206 0.04 0.51 0 0.19 294.91 0.52 0.6
Hex C5 64 CE 4 33 0 13 127 34 3C
Octal 305 144 316 4 63 0 23 447 64 74
Binary 11000101 1100100 11001110 100 110011 0 10011 100100111 110100 111100

Color Harmonies of #C564CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564CE

Black with #C564CE

Text Example


Text Example

White with #C564CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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