Html Css Color HEX #C779DA Orchid

📋 copy color: '#C779DA'

red 199 ◦ green 121 ◦ blue 218

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

Shades of Orchid #C779DA

Tints of Orchid #C779DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 36.99%
G = 22.49%
B = 40.52%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C779DA (or 0xC779DA) is known color: Orchid. HEX triplet: C7, 79 and DA. RGB value is (199,121,218). Sum of RGB (Red+Green+Blue) = 199+121+218=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #C779DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779DA is #388625. Grayscale: #9B9B9B. Windows color (decimal): -3704358 or 14318023. OLE color: 14318023.

HSL color Cylindrical-coordinate representation of color #C779DA: hue angle of 288.25º degrees, saturation: 0.57, 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 #C779DA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 121 218 -
CMYK 0.09 0.44 0 0.15
HSL 288.25º 0.57% 0.66% -
HSV(B) 288.25º 0.44% 0.85% -
XYZ 43.05 30.88 70.02 -
YUV 155.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 199 121 218 0.09 0.44 0 0.15 288.25 0.57 0.66
Hex C7 79 DA 9 2C 0 F 120 39 42
Octal 307 171 332 11 54 0 17 440 71 102
Binary 11000111 1111001 11011010 1001 101100 0 1111 100100000 111001 1000010

Color Harmonies of #C779DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779DA

Black with #C779DA

Text Example


Text Example

White with #C779DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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