Html Css Color HEX #C779DB Orchid

📋 copy color: '#C779DB'

red 199 ◦ green 121 ◦ blue 219

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

Shades of Orchid #C779DB

Tints of Orchid #C779DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 36.92%
G = 22.45%
B = 40.63%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C779DB (or 0xC779DB) is known color: Orchid. HEX triplet: C7, 79 and DB. RGB value is (199,121,219). Sum of RGB (Red+Green+Blue) = 199+121+219=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C779DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779DB is #388624. Grayscale: #9B9B9B. Windows color (decimal): -3704357 or 14383559. OLE color: 14383559.

HSL color Cylindrical-coordinate representation of color #C779DB: hue angle of 287.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C779DB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 121 219 -
CMYK 0.09 0.45 0 0.14
HSL 287.76º 0.58% 0.67% -
HSV(B) 287.76º 0.45% 0.86% -
XYZ 43.18 30.93 70.71 -
YUV 155.49 163.84 159.03 -
System Red Green Blue C M Y K H S L
Decimal 199 121 219 0.09 0.45 0 0.14 287.76 0.58 0.67
Hex C7 79 DB 9 2D 0 E 120 3A 43
Octal 307 171 333 11 55 0 16 440 72 103
Binary 11000111 1111001 11011011 1001 101101 0 1110 100100000 111010 1000011

Color Harmonies of #C779DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779DB

Black with #C779DB

Text Example


Text Example

White with #C779DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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