Html Css Color HEX #C779B8 Orchid

📋 copy color: '#C779B8'

red 199 ◦ green 121 ◦ blue 184

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

Shades of Orchid #C779B8

Tints of Orchid #C779B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 39.48%
G = 24.01%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C779B8 (or 0xC779B8) is known color: Orchid. HEX triplet: C7, 79 and B8. RGB value is (199,121,184). Sum of RGB (Red+Green+Blue) = 199+121+184=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C779B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779B8 is #388647. Grayscale: #979797. Windows color (decimal): -3704392 or 12089799. OLE color: 12089799.

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

Color convert

RGB 199 121 184 -
CMYK 0 0.39 0.08 0.22
HSL 311.54º 0.41% 0.63% -
HSV(B) 311.54º 0.39% 0.78% -
XYZ 39.04 29.28 48.94 -
YUV 151.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 199 121 184 0 0.39 0.08 0.22 311.54 0.41 0.63
Hex C7 79 B8 0 27 8 16 138 29 3F
Octal 307 171 270 0 47 10 26 470 51 77
Binary 11000111 1111001 10111000 0 100111 1000 10110 100111000 101001 111111

Color Harmonies of #C779B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779B8

Black with #C779B8

Text Example


Text Example

White with #C779B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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