Html Css Color HEX #C779D0 Orchid

📋 copy color: '#C779D0'

red 199 ◦ green 121 ◦ blue 208

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

Shades of Orchid #C779D0

Tints of Orchid #C779D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 37.69%
G = 22.92%
B = 39.39%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C779D0 (or 0xC779D0) is known color: Orchid. HEX triplet: C7, 79 and D0. RGB value is (199,121,208). Sum of RGB (Red+Green+Blue) = 199+121+208=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #C779D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779D0 is #38862F. Grayscale: #999999. Windows color (decimal): -3704368 or 13662663. OLE color: 13662663.

HSL color Cylindrical-coordinate representation of color #C779D0: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C779D0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 121 208 -
CMYK 0.04 0.42 0 0.18
HSL 293.79º 0.48% 0.65% -
HSV(B) 293.79º 0.42% 0.82% -
XYZ 41.78 30.37 63.33 -
YUV 154.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 199 121 208 0.04 0.42 0 0.18 293.79 0.48 0.65
Hex C7 79 D0 4 2A 0 12 126 30 41
Octal 307 171 320 4 52 0 22 446 60 101
Binary 11000111 1111001 11010000 100 101010 0 10010 100100110 110000 1000001

Color Harmonies of #C779D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779D0

Black with #C779D0

Text Example


Text Example

White with #C779D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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