Html Css Color HEX #C56FCD Orchid

📋 copy color: '#C56FCD'

red 197 ◦ green 111 ◦ blue 205

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

Shades of Orchid #C56FCD

Tints of Orchid #C56FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 38.4%
G = 21.64%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C56FCD (or 0xC56FCD) is known color: Orchid. HEX triplet: C5, 6F and CD. RGB value is (197,111,205). Sum of RGB (Red+Green+Blue) = 197+111+205=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C56FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FCD is #3A9032. Grayscale: #939393. Windows color (decimal): -3838003 or 13463493. OLE color: 13463493.

HSL color Cylindrical-coordinate representation of color #C56FCD: hue angle of 294.89º 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 #C56FCD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 111 205 -
CMYK 0.04 0.46 0 0.20
HSL 294.89º 0.48% 0.62% -
HSV(B) 294.89º 0.46% 0.8% -
XYZ 39.73 27.65 61 -
YUV 147.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 197 111 205 0.04 0.46 0 0.20 294.89 0.48 0.62
Hex C5 6F CD 4 2E 0 14 127 30 3E
Octal 305 157 315 4 56 0 24 447 60 76
Binary 11000101 1101111 11001101 100 101110 0 10100 100100111 110000 111110

Color Harmonies of #C56FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FCD

Black with #C56FCD

Text Example


Text Example

White with #C56FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FCD; }

 p { color: rgb(197,111,205); }

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

background-color css

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

 a { background-color: rgb(197,111,205); }

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

border-color css

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

 span { border-color: rgb(197,111,205); }

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