Html Css Color HEX #C56ACE Orchid

📋 copy color: '#C56ACE'

red 197 ◦ green 106 ◦ blue 206

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

Shades of Orchid #C56ACE

Tints of Orchid #C56ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

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

R = 38.7%
G = 20.83%
B = 40.47%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C56ACE (or 0xC56ACE) is known color: Orchid. HEX triplet: C5, 6A and CE. RGB value is (197,106,206). Sum of RGB (Red+Green+Blue) = 197+106+206=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C56ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ACE is #3A9531. Grayscale: #909090. Windows color (decimal): -3839282 or 13527749. OLE color: 13527749.

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

Color convert

RGB 197 106 206 -
CMYK 0.04 0.49 0 0.19
HSL 294.6º 0.51% 0.61% -
HSV(B) 294.6º 0.49% 0.81% -
XYZ 39.32 26.63 61.46 -
YUV 144.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 197 106 206 0.04 0.49 0 0.19 294.6 0.51 0.61
Hex C5 6A CE 4 31 0 13 127 33 3D
Octal 305 152 316 4 61 0 23 447 63 75
Binary 11000101 1101010 11001110 100 110001 0 10011 100100111 110011 111101

Color Harmonies of #C56ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ACE

Black with #C56ACE

Text Example


Text Example

White with #C56ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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