Html Css Color HEX #C779C0 Orchid

📋 copy color: '#C779C0'

red 199 ◦ green 121 ◦ blue 192

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

Shades of Orchid #C779C0

Tints of Orchid #C779C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 38.87%
G = 23.63%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C779C0 (or 0xC779C0) is known color: Orchid. HEX triplet: C7, 79 and C0. RGB value is (199,121,192). Sum of RGB (Red+Green+Blue) = 199+121+192=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C779C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779C0 is #38863F. Grayscale: #989898. Windows color (decimal): -3704384 or 12614087. OLE color: 12614087.

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

Color convert

RGB 199 121 192 -
CMYK 0 0.39 0.04 0.22
HSL 305.38º 0.41% 0.63% -
HSV(B) 305.38º 0.39% 0.78% -
XYZ 39.9 29.62 53.48 -
YUV 152.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 199 121 192 0 0.39 0.04 0.22 305.38 0.41 0.63
Hex C7 79 C0 0 27 4 16 131 29 3F
Octal 307 171 300 0 47 4 26 461 51 77
Binary 11000111 1111001 11000000 0 100111 100 10110 100110001 101001 111111

Color Harmonies of #C779C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779C0

Black with #C779C0

Text Example


Text Example

White with #C779C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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