Html Css Color HEX #C56BE7 Medium Orchid

📋 copy color: '#C56BE7'

red 197 ◦ green 107 ◦ blue 231

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

Shades of Medium Orchid #C56BE7

Tints of Medium Orchid #C56BE7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20%

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 36.82%
G = 20%
B = 43.18%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C56BE7 (or 0xC56BE7) is known color: Medium Orchid. HEX triplet: C5, 6B and E7. RGB value is (197,107,231). Sum of RGB (Red+Green+Blue) = 197+107+231=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #C56BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BE7 is #3A9418. Grayscale: #939393. Windows color (decimal): -3839001 or 15166405. OLE color: 15166405.

HSL color Cylindrical-coordinate representation of color #C56BE7: hue angle of 283.55º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56BE7 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 107 231 -
CMYK 0.15 0.54 0 0.09
HSL 283.55º 0.72% 0.66% -
HSV(B) 283.55º 0.54% 0.91% -
XYZ 42.71 28.16 78.78 -
YUV 148.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 197 107 231 0.15 0.54 0 0.09 283.55 0.72 0.66
Hex C5 6B E7 F 36 0 9 11C 48 42
Octal 305 153 347 17 66 0 11 434 110 102
Binary 11000101 1101011 11100111 1111 110110 0 1001 100011100 1001000 1000010

Color Harmonies of #C56BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BE7

Black with #C56BE7

Text Example


Text Example

White with #C56BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BE7; }

 p { color: rgb(197,107,231); }

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

background-color css

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

 a { background-color: rgb(197,107,231); }

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

border-color css

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

 span { border-color: rgb(197,107,231); }

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