Html Css Color HEX #C56ECB Orchid

📋 copy color: '#C56ECB'

red 197 ◦ green 110 ◦ blue 203

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

Shades of Orchid #C56ECB

Tints of Orchid #C56ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 38.63%
G = 21.57%
B = 39.8%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C56ECB (or 0xC56ECB) is known color: Orchid. HEX triplet: C5, 6E and CB. RGB value is (197,110,203). Sum of RGB (Red+Green+Blue) = 197+110+203=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C56ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ECB is #3A9134. Grayscale: #929292. Windows color (decimal): -3838261 or 13332165. OLE color: 13332165.

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

Color convert

RGB 197 110 203 -
CMYK 0.03 0.46 0 0.20
HSL 296.13º 0.47% 0.61% -
HSV(B) 296.13º 0.46% 0.8% -
XYZ 39.38 27.33 59.7 -
YUV 146.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 197 110 203 0.03 0.46 0 0.20 296.13 0.47 0.61
Hex C5 6E CB 3 2E 0 14 128 2F 3D
Octal 305 156 313 3 56 0 24 450 57 75
Binary 11000101 1101110 11001011 11 101110 0 10100 100101000 101111 111101

Color Harmonies of #C56ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ECB

Black with #C56ECB

Text Example


Text Example

White with #C56ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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