Html Css Color HEX #C56DCD Orchid

📋 copy color: '#C56DCD'

red 197 ◦ green 109 ◦ blue 205

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

Shades of Orchid #C56DCD

Tints of Orchid #C56DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.33%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 38.55%
G = 21.33%
B = 40.12%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C56DCD (or 0xC56DCD) is known color: Orchid. HEX triplet: C5, 6D and CD. RGB value is (197,109,205). Sum of RGB (Red+Green+Blue) = 197+109+205=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C56DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DCD is #3A9232. Grayscale: #919191. Windows color (decimal): -3838515 or 13462981. OLE color: 13462981.

HSL color Cylindrical-coordinate representation of color #C56DCD: hue angle of 295º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56DCD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 109 205 -
CMYK 0.04 0.47 0 0.20
HSL 295º 0.49% 0.62% -
HSV(B) 295º 0.47% 0.8% -
XYZ 39.51 27.22 60.93 -
YUV 146.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 197 109 205 0.04 0.47 0 0.20 295 0.49 0.62
Hex C5 6D CD 4 2F 0 14 127 31 3E
Octal 305 155 315 4 57 0 24 447 61 76
Binary 11000101 1101101 11001101 100 101111 0 10100 100100111 110001 111110

Color Harmonies of #C56DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DCD

Black with #C56DCD

Text Example


Text Example

White with #C56DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DCD; }

 p { color: rgb(197,109,205); }

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

background-color css

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

 a { background-color: rgb(197,109,205); }

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

border-color css

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

 span { border-color: rgb(197,109,205); }

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