Html Css Color HEX #C779C5 Orchid

📋 copy color: '#C779C5'

red 199 ◦ green 121 ◦ blue 197

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

Shades of Orchid #C779C5

Tints of Orchid #C779C5

RGB

 RED value IS 199 (78.13% from 255) = 38.49%

 GREEN value IS 121 (47.66% from 255) = 23.4%

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 38.49%
G = 23.4%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C779C5 (or 0xC779C5) is known color: Orchid. HEX triplet: C7, 79 and C5. RGB value is (199,121,197). Sum of RGB (Red+Green+Blue) = 199+121+197=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C779C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779C5 is #38863A. Grayscale: #989898. Windows color (decimal): -3704379 or 12941767. OLE color: 12941767.

HSL color Cylindrical-coordinate representation of color #C779C5: hue angle of 301.54º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C779C5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 197 -
CMYK 0 0.39 0.01 0.22
HSL 301.54º 0.41% 0.63% -
HSV(B) 301.54º 0.39% 0.78% -
XYZ 40.47 29.85 56.45 -
YUV 152.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 199 121 197 0 0.39 0.01 0.22 301.54 0.41 0.63
Hex C7 79 C5 0 27 1 16 12E 29 3F
Octal 307 171 305 0 47 1 26 456 51 77
Binary 11000111 1111001 11000101 0 100111 1 10110 100101110 101001 111111

Color Harmonies of #C779C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779C5

Black with #C779C5

Text Example


Text Example

White with #C779C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779C5; }

 p { color: rgb(199,121,197); }

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

background-color css

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

 a { background-color: rgb(199,121,197); }

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

border-color css

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

 span { border-color: rgb(199,121,197); }

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