Html Css Color HEX #C56FD8 Orchid

📋 copy color: '#C56FD8'

red 197 ◦ green 111 ◦ blue 216

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

Shades of Orchid #C56FD8

Tints of Orchid #C56FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 37.6%
G = 21.18%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C56FD8 (or 0xC56FD8) is known color: Orchid. HEX triplet: C5, 6F and D8. RGB value is (197,111,216). Sum of RGB (Red+Green+Blue) = 197+111+216=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #C56FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FD8 is #3A9027. Grayscale: #949494. Windows color (decimal): -3837992 or 14184389. OLE color: 14184389.

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

Color convert

RGB 197 111 216 -
CMYK 0.09 0.49 0 0.15
HSL 289.14º 0.57% 0.64% -
HSV(B) 289.14º 0.49% 0.85% -
XYZ 41.11 28.2 68.24 -
YUV 148.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 197 111 216 0.09 0.49 0 0.15 289.14 0.57 0.64
Hex C5 6F D8 9 31 0 F 121 39 40
Octal 305 157 330 11 61 0 17 441 71 100
Binary 11000101 1101111 11011000 1001 110001 0 1111 100100001 111001 1000000

Color Harmonies of #C56FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FD8

Black with #C56FD8

Text Example


Text Example

White with #C56FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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