Html Css Color HEX #C566EB Medium Orchid

📋 copy color: '#C566EB'

red 197 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #C566EB

Tints of Medium Orchid #C566EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.01%

R = 36.89%
G = 19.1%
B = 44.01%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C566EB (or 0xC566EB) is known color: Medium Orchid. HEX triplet: C5, 66 and EB. RGB value is (197,102,235). Sum of RGB (Red+Green+Blue) = 197+102+235=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C566EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C566EB is #3A9914. Grayscale: #919191. Windows color (decimal): -3840277 or 15427269. OLE color: 15427269.

HSL color Cylindrical-coordinate representation of color #C566EB: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C566EB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 102 235 -
CMYK 0.16 0.57 0 0.08
HSL 282.86º 0.77% 0.66% -
HSV(B) 282.86º 0.57% 0.92% -
XYZ 42.77 27.37 81.63 -
YUV 145.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 197 102 235 0.16 0.57 0 0.08 282.86 0.77 0.66
Hex C5 66 EB 10 39 0 8 11B 4D 42
Octal 305 146 353 20 71 0 10 433 115 102
Binary 11000101 1100110 11101011 10000 111001 0 1000 100011011 1001101 1000010

Color Harmonies of #C566EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C566EB

Black with #C566EB

Text Example


Text Example

White with #C566EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C566EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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