Html Css Color HEX #C56CE7 Medium Orchid

📋 copy color: '#C56CE7'

red 197 ◦ green 108 ◦ blue 231

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

Shades of Medium Orchid #C56CE7

Tints of Medium Orchid #C56CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.15%

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

R = 36.75%
G = 20.15%
B = 43.1%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C56CE7 (or 0xC56CE7) is known color: Medium Orchid. HEX triplet: C5, 6C and E7. RGB value is (197,108,231). Sum of RGB (Red+Green+Blue) = 197+108+231=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #C56CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CE7 is #3A9318. Grayscale: #949494. Windows color (decimal): -3838745 or 15166661. OLE color: 15166661.

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

Color convert

RGB 197 108 231 -
CMYK 0.15 0.53 0 0.09
HSL 283.41º 0.72% 0.66% -
HSV(B) 283.41º 0.53% 0.91% -
XYZ 42.81 28.36 78.82 -
YUV 148.63 174.49 162.5 -
System Red Green Blue C M Y K H S L
Decimal 197 108 231 0.15 0.53 0 0.09 283.41 0.72 0.66
Hex C5 6C E7 F 35 0 9 11B 48 42
Octal 305 154 347 17 65 0 11 433 110 102
Binary 11000101 1101100 11100111 1111 110101 0 1001 100011011 1001000 1000010

Color Harmonies of #C56CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CE7

Black with #C56CE7

Text Example


Text Example

White with #C56CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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