Html Css Color HEX #C56DD0 Orchid

📋 copy color: '#C56DD0'

red 197 ◦ green 109 ◦ blue 208

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

Shades of Orchid #C56DD0

Tints of Orchid #C56DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 38.33%
G = 21.21%
B = 40.47%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C56DD0 (or 0xC56DD0) is known color: Orchid. HEX triplet: C5, 6D and D0. RGB value is (197,109,208). Sum of RGB (Red+Green+Blue) = 197+109+208=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #C56DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DD0 is #3A922F. Grayscale: #929292. Windows color (decimal): -3838512 or 13659589. OLE color: 13659589.

HSL color Cylindrical-coordinate representation of color #C56DD0: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56DD0 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 109 208 -
CMYK 0.05 0.48 0 0.18
HSL 293.33º 0.51% 0.62% -
HSV(B) 293.33º 0.48% 0.82% -
XYZ 39.88 27.36 62.85 -
YUV 146.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 197 109 208 0.05 0.48 0 0.18 293.33 0.51 0.62
Hex C5 6D D0 5 30 0 12 125 33 3E
Octal 305 155 320 5 60 0 22 445 63 76
Binary 11000101 1101101 11010000 101 110000 0 10010 100100101 110011 111110

Color Harmonies of #C56DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DD0

Black with #C56DD0

Text Example


Text Example

White with #C56DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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