Html Css Color HEX #C56DCE Orchid

📋 copy color: '#C56DCE'

red 197 ◦ green 109 ◦ blue 206

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

Shades of Orchid #C56DCE

Tints of Orchid #C56DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 38.48%
G = 21.29%
B = 40.23%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C56DCE (or 0xC56DCE) is known color: Orchid. HEX triplet: C5, 6D and CE. RGB value is (197,109,206). Sum of RGB (Red+Green+Blue) = 197+109+206=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C56DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DCE is #3A9231. Grayscale: #929292. Windows color (decimal): -3838514 or 13528517. OLE color: 13528517.

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

Color convert

RGB 197 109 206 -
CMYK 0.04 0.47 0 0.19
HSL 294.43º 0.5% 0.62% -
HSV(B) 294.43º 0.47% 0.81% -
XYZ 39.64 27.26 61.57 -
YUV 146.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 197 109 206 0.04 0.47 0 0.19 294.43 0.5 0.62
Hex C5 6D CE 4 2F 0 13 126 32 3E
Octal 305 155 316 4 57 0 23 446 62 76
Binary 11000101 1101101 11001110 100 101111 0 10011 100100110 110010 111110

Color Harmonies of #C56DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DCE

Black with #C56DCE

Text Example


Text Example

White with #C56DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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