Html Css Color HEX #C566D8 Medium Orchid

📋 copy color: '#C566D8'

red 197 ◦ green 102 ◦ blue 216

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

Shades of Medium Orchid #C566D8

Tints of Medium Orchid #C566D8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.81%

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 38.25%
G = 19.81%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C566D8 (or 0xC566D8) is known color: Medium Orchid. HEX triplet: C5, 66 and D8. RGB value is (197,102,216). Sum of RGB (Red+Green+Blue) = 197+102+216=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #C566D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566D8 is #3A9927. Grayscale: #8F8F8F. Windows color (decimal): -3840296 or 14182085. OLE color: 14182085.

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

Color convert

RGB 197 102 216 -
CMYK 0.09 0.53 0 0.15
HSL 290º 0.59% 0.62% -
HSV(B) 290º 0.53% 0.85% -
XYZ 40.17 26.33 67.93 -
YUV 143.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 197 102 216 0.09 0.53 0 0.15 290 0.59 0.62
Hex C5 66 D8 9 35 0 F 122 3B 3E
Octal 305 146 330 11 65 0 17 442 73 76
Binary 11000101 1100110 11011000 1001 110101 0 1111 100100010 111011 111110

Color Harmonies of #C566D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566D8

Black with #C566D8

Text Example


Text Example

White with #C566D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566D8; }

 p { color: rgb(197,102,216); }

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

background-color css

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

 a { background-color: rgb(197,102,216); }

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

border-color css

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

 span { border-color: rgb(197,102,216); }

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