Html Css Color HEX #C56ECC Orchid

📋 copy color: '#C56ECC'

red 197 ◦ green 110 ◦ blue 204

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

Shades of Orchid #C56ECC

Tints of Orchid #C56ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 38.55%
G = 21.53%
B = 39.92%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C56ECC (or 0xC56ECC) is known color: Orchid. HEX triplet: C5, 6E and CC. RGB value is (197,110,204). Sum of RGB (Red+Green+Blue) = 197+110+204=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C56ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ECC is #3A9133. Grayscale: #929292. Windows color (decimal): -3838260 or 13397701. OLE color: 13397701.

HSL color Cylindrical-coordinate representation of color #C56ECC: hue angle of 295.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56ECC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 110 204 -
CMYK 0.03 0.46 0 0.2
HSL 295.53º 0.48% 0.62% -
HSV(B) 295.53º 0.46% 0.8% -
XYZ 39.5 27.38 60.33 -
YUV 146.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 197 110 204 0.03 0.46 0 0.2 295.53 0.48 0.62
Hex C5 6E CC 3 2E 0 14 128 30 3E
Octal 305 156 314 3 56 0 24 450 60 76
Binary 11000101 1101110 11001100 11 101110 0 10100 100101000 110000 111110

Color Harmonies of #C56ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ECC

Black with #C56ECC

Text Example


Text Example

White with #C56ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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