Html Css Color HEX #C564CF Medium Orchid

📋 copy color: '#C564CF'

red 197 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #C564CF

Tints of Medium Orchid #C564CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 39.09%
G = 19.84%
B = 41.07%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C564CF (or 0xC564CF) is known color: Medium Orchid. HEX triplet: C5, 64 and CF. RGB value is (197,100,207). Sum of RGB (Red+Green+Blue) = 197+100+207=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C564CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564CF is #3A9B30. Grayscale: #8C8C8C. Windows color (decimal): -3840817 or 13591749. OLE color: 13591749.

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

Color convert

RGB 197 100 207 -
CMYK 0.05 0.52 0 0.19
HSL 294.39º 0.53% 0.6% -
HSV(B) 294.39º 0.52% 0.81% -
XYZ 38.85 25.49 61.9 -
YUV 141.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 197 100 207 0.05 0.52 0 0.19 294.39 0.53 0.6
Hex C5 64 CF 5 34 0 13 126 35 3C
Octal 305 144 317 5 64 0 23 446 65 74
Binary 11000101 1100100 11001111 101 110100 0 10011 100100110 110101 111100

Color Harmonies of #C564CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564CF

Black with #C564CF

Text Example


Text Example

White with #C564CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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