Html Css Color HEX #C779D8 Orchid

📋 copy color: '#C779D8'

red 199 ◦ green 121 ◦ blue 216

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

Shades of Orchid #C779D8

Tints of Orchid #C779D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.3%

R = 37.13%
G = 22.57%
B = 40.3%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C779D8 (or 0xC779D8) is known color: Orchid. HEX triplet: C7, 79 and D8. RGB value is (199,121,216). Sum of RGB (Red+Green+Blue) = 199+121+216=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #C779D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779D8 is #388627. Grayscale: #9A9A9A. Windows color (decimal): -3704360 or 14186951. OLE color: 14186951.

HSL color Cylindrical-coordinate representation of color #C779D8: hue angle of 289.26º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C779D8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 121 216 -
CMYK 0.08 0.44 0 0.15
HSL 289.26º 0.55% 0.66% -
HSV(B) 289.26º 0.44% 0.85% -
XYZ 42.79 30.77 68.65 -
YUV 155.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 199 121 216 0.08 0.44 0 0.15 289.26 0.55 0.66
Hex C7 79 D8 8 2C 0 F 121 37 42
Octal 307 171 330 10 54 0 17 441 67 102
Binary 11000111 1111001 11011000 1000 101100 0 1111 100100001 110111 1000010

Color Harmonies of #C779D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779D8

Black with #C779D8

Text Example


Text Example

White with #C779D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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