Html Css Color HEX #C56ECE Orchid

📋 copy color: '#C56ECE'

red 197 ◦ green 110 ◦ blue 206

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

Shades of Orchid #C56ECE

Tints of Orchid #C56ECE

RGB

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

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

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

R = 38.4%
G = 21.44%
B = 40.16%

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

#C56ECE (or 0xC56ECE) is known color: Orchid. HEX triplet: C5, 6E and CE. RGB value is (197,110,206). Sum of RGB (Red+Green+Blue) = 197+110+206=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C56ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ECE is #3A9131. Grayscale: #929292. Windows color (decimal): -3838258 or 13528773. OLE color: 13528773.

HSL color Cylindrical-coordinate representation of color #C56ECE: hue angle of 294.38º degrees, saturation: 0.49, 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 #C56ECE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 110 206 -
CMYK 0.04 0.47 0 0.19
HSL 294.38º 0.49% 0.62% -
HSV(B) 294.38º 0.47% 0.81% -
XYZ 39.74 27.48 61.6 -
YUV 146.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 197 110 206 0.04 0.47 0 0.19 294.38 0.49 0.62
Hex C5 6E CE 4 2F 0 13 126 31 3E
Octal 305 156 316 4 57 0 23 446 61 76
Binary 11000101 1101110 11001110 100 101111 0 10011 100100110 110001 111110

Color Harmonies of #C56ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ECE

Black with #C56ECE

Text Example


Text Example

White with #C56ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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