Html Css Color HEX #C56ED7 Orchid

📋 copy color: '#C56ED7'

red 197 ◦ green 110 ◦ blue 215

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

Shades of Orchid #C56ED7

Tints of Orchid #C56ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 37.74%
G = 21.07%
B = 41.19%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C56ED7 (or 0xC56ED7) is known color: Orchid. HEX triplet: C5, 6E and D7. RGB value is (197,110,215). Sum of RGB (Red+Green+Blue) = 197+110+215=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #C56ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ED7 is #3A9128. Grayscale: #939393. Windows color (decimal): -3838249 or 14118597. OLE color: 14118597.

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

Color convert

RGB 197 110 215 -
CMYK 0.08 0.49 0 0.16
HSL 289.71º 0.57% 0.64% -
HSV(B) 289.71º 0.49% 0.84% -
XYZ 40.87 27.93 67.53 -
YUV 147.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 197 110 215 0.08 0.49 0 0.16 289.71 0.57 0.64
Hex C5 6E D7 8 31 0 10 122 39 40
Octal 305 156 327 10 61 0 20 442 71 100
Binary 11000101 1101110 11010111 1000 110001 0 10000 100100010 111001 1000000

Color Harmonies of #C56ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ED7

Black with #C56ED7

Text Example


Text Example

White with #C56ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ED7; }

 p { color: rgb(197,110,215); }

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

background-color css

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

 a { background-color: rgb(197,110,215); }

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

border-color css

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

 span { border-color: rgb(197,110,215); }

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