Html Css Color HEX #C779BA Orchid

📋 copy color: '#C779BA'

red 199 ◦ green 121 ◦ blue 186

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

Shades of Orchid #C779BA

Tints of Orchid #C779BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 39.33%
G = 23.91%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C779BA (or 0xC779BA) is known color: Orchid. HEX triplet: C7, 79 and BA. RGB value is (199,121,186). Sum of RGB (Red+Green+Blue) = 199+121+186=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BA is #388645. Grayscale: #979797. Windows color (decimal): -3704390 or 12220871. OLE color: 12220871.

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

Color convert

RGB 199 121 186 -
CMYK 0 0.39 0.07 0.22
HSL 310º 0.41% 0.63% -
HSV(B) 310º 0.39% 0.78% -
XYZ 39.25 29.36 50.05 -
YUV 151.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 199 121 186 0 0.39 0.07 0.22 310 0.41 0.63
Hex C7 79 BA 0 27 7 16 136 29 3F
Octal 307 171 272 0 47 7 26 466 51 77
Binary 11000111 1111001 10111010 0 100111 111 10110 100110110 101001 111111

Color Harmonies of #C779BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779BA

Black with #C779BA

Text Example


Text Example

White with #C779BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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