Html Css Color HEX #C56EC9 Orchid

📋 copy color: '#C56EC9'

red 197 ◦ green 110 ◦ blue 201

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

Shades of Orchid #C56EC9

Tints of Orchid #C56EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 38.78%
G = 21.65%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C56EC9 (or 0xC56EC9) is known color: Orchid. HEX triplet: C5, 6E and C9. RGB value is (197,110,201). Sum of RGB (Red+Green+Blue) = 197+110+201=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #C56EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EC9 is #3A9136. Grayscale: #929292. Windows color (decimal): -3838263 or 13201093. OLE color: 13201093.

HSL color Cylindrical-coordinate representation of color #C56EC9: hue angle of 297.36º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56EC9 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 110 201 -
CMYK 0.02 0.45 0 0.21
HSL 297.36º 0.46% 0.61% -
HSV(B) 297.36º 0.45% 0.79% -
XYZ 39.14 27.24 58.45 -
YUV 146.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 197 110 201 0.02 0.45 0 0.21 297.36 0.46 0.61
Hex C5 6E C9 2 2D 0 15 129 2E 3D
Octal 305 156 311 2 55 0 25 451 56 75
Binary 11000101 1101110 11001001 10 101101 0 10101 100101001 101110 111101

Color Harmonies of #C56EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56EC9

Black with #C56EC9

Text Example


Text Example

White with #C56EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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