Html Css Color HEX #C779BF Orchid

📋 copy color: '#C779BF'

red 199 ◦ green 121 ◦ blue 191

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

Shades of Orchid #C779BF

Tints of Orchid #C779BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 38.94%
G = 23.68%
B = 37.38%

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

#C779BF (or 0xC779BF) is known color: Orchid. HEX triplet: C7, 79 and BF. RGB value is (199,121,191). Sum of RGB (Red+Green+Blue) = 199+121+191=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BF is #388640. Grayscale: #989898. Windows color (decimal): -3704385 or 12548551. OLE color: 12548551.

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

Color convert

RGB 199 121 191 -
CMYK 0 0.39 0.04 0.22
HSL 306.15º 0.41% 0.63% -
HSV(B) 306.15º 0.39% 0.78% -
XYZ 39.79 29.58 52.9 -
YUV 152.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 199 121 191 0 0.39 0.04 0.22 306.15 0.41 0.63
Hex C7 79 BF 0 27 4 16 132 29 3F
Octal 307 171 277 0 47 4 26 462 51 77
Binary 11000111 1111001 10111111 0 100111 100 10110 100110010 101001 111111

Color Harmonies of #C779BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779BF

Black with #C779BF

Text Example


Text Example

White with #C779BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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