Html Css Color HEX #C779BB Orchid

📋 copy color: '#C779BB'

red 199 ◦ green 121 ◦ blue 187

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

Shades of Orchid #C779BB

Tints of Orchid #C779BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 39.25%
G = 23.87%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C779BB (or 0xC779BB) is known color: Orchid. HEX triplet: C7, 79 and BB. RGB value is (199,121,187). Sum of RGB (Red+Green+Blue) = 199+121+187=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BB is #388644. Grayscale: #979797. Windows color (decimal): -3704389 or 12286407. OLE color: 12286407.

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

Color convert

RGB 199 121 187 -
CMYK 0 0.39 0.06 0.22
HSL 309.23º 0.41% 0.63% -
HSV(B) 309.23º 0.39% 0.78% -
XYZ 39.36 29.4 50.61 -
YUV 151.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 199 121 187 0 0.39 0.06 0.22 309.23 0.41 0.63
Hex C7 79 BB 0 27 6 16 135 29 3F
Octal 307 171 273 0 47 6 26 465 51 77
Binary 11000111 1111001 10111011 0 100111 110 10110 100110101 101001 111111

Color Harmonies of #C779BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779BB

Black with #C779BB

Text Example


Text Example

White with #C779BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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