Html Css Color HEX #C56BE4 Medium Orchid

📋 copy color: '#C56BE4'

red 197 ◦ green 107 ◦ blue 228

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

Shades of Medium Orchid #C56BE4

Tints of Medium Orchid #C56BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.86%

R = 37.03%
G = 20.11%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C56BE4 (or 0xC56BE4) is known color: Medium Orchid. HEX triplet: C5, 6B and E4. RGB value is (197,107,228). Sum of RGB (Red+Green+Blue) = 197+107+228=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 228 - color contains mainly: blue. Hex color #C56BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BE4 is #3A941B. Grayscale: #939393. Windows color (decimal): -3839004 or 14969797. OLE color: 14969797.

HSL color Cylindrical-coordinate representation of color #C56BE4: hue angle of 284.63º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56BE4 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 107 228 -
CMYK 0.14 0.53 0 0.11
HSL 284.63º 0.69% 0.66% -
HSV(B) 284.63º 0.53% 0.89% -
XYZ 42.29 27.99 76.57 -
YUV 147.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 197 107 228 0.14 0.53 0 0.11 284.63 0.69 0.66
Hex C5 6B E4 E 35 0 B 11D 45 42
Octal 305 153 344 16 65 0 13 435 105 102
Binary 11000101 1101011 11100100 1110 110101 0 1011 100011101 1000101 1000010

Color Harmonies of #C56BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BE4

Black with #C56BE4

Text Example


Text Example

White with #C56BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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