Html Css Color HEX #C56FE7 Medium Orchid

📋 copy color: '#C56FE7'

red 197 ◦ green 111 ◦ blue 231

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

Shades of Medium Orchid #C56FE7

Tints of Medium Orchid #C56FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.59%

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

R = 36.55%
G = 20.59%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C56FE7 (or 0xC56FE7) is known color: Medium Orchid. HEX triplet: C5, 6F and E7. RGB value is (197,111,231). Sum of RGB (Red+Green+Blue) = 197+111+231=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #C56FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FE7 is #3A9018. Grayscale: #969696. Windows color (decimal): -3837977 or 15167429. OLE color: 15167429.

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

Color convert

RGB 197 111 231 -
CMYK 0.15 0.52 0 0.09
HSL 283º 0.71% 0.67% -
HSV(B) 283º 0.52% 0.91% -
XYZ 43.13 29.01 78.93 -
YUV 150.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 197 111 231 0.15 0.52 0 0.09 283 0.71 0.67
Hex C5 6F E7 F 34 0 9 11B 47 43
Octal 305 157 347 17 64 0 11 433 107 103
Binary 11000101 1101111 11100111 1111 110100 0 1001 100011011 1000111 1000011

Color Harmonies of #C56FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FE7

Black with #C56FE7

Text Example


Text Example

White with #C56FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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