Html Css Color HEX #C779C3 Orchid

📋 copy color: '#C779C3'

red 199 ◦ green 121 ◦ blue 195

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

Shades of Orchid #C779C3

Tints of Orchid #C779C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 38.64%
G = 23.5%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C779C3 (or 0xC779C3) is known color: Orchid. HEX triplet: C7, 79 and C3. RGB value is (199,121,195). Sum of RGB (Red+Green+Blue) = 199+121+195=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C779C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779C3 is #38863C. Grayscale: #989898. Windows color (decimal): -3704381 or 12810695. OLE color: 12810695.

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

Color convert

RGB 199 121 195 -
CMYK 0 0.39 0.02 0.22
HSL 303.08º 0.41% 0.63% -
HSV(B) 303.08º 0.39% 0.78% -
XYZ 40.24 29.76 55.25 -
YUV 152.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 199 121 195 0 0.39 0.02 0.22 303.08 0.41 0.63
Hex C7 79 C3 0 27 2 16 12F 29 3F
Octal 307 171 303 0 47 2 26 457 51 77
Binary 11000111 1111001 11000011 0 100111 10 10110 100101111 101001 111111

Color Harmonies of #C779C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779C3

Black with #C779C3

Text Example


Text Example

White with #C779C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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