Html Css Color HEX #C079DB Medium Orchid

📋 copy color: '#C079DB'

red 192 ◦ green 121 ◦ blue 219

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

Shades of Medium Orchid #C079DB

Tints of Medium Orchid #C079DB

RGB

 RED value IS 192 (75.39% from 255) = 36.09%

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

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

R = 36.09%
G = 22.74%
B = 41.17%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C079DB (or 0xC079DB) is known color: Medium Orchid. HEX triplet: C0, 79 and DB. RGB value is (192,121,219). Sum of RGB (Red+Green+Blue) = 192+121+219=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C079DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079DB is #3F8624. Grayscale: #999999. Windows color (decimal): -4163109 or 14383552. OLE color: 14383552.

HSL color Cylindrical-coordinate representation of color #C079DB: hue angle of 283.47º 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 #C079DB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 121 219 -
CMYK 0.12 0.45 0 0.14
HSL 283.47º 0.58% 0.67% -
HSV(B) 283.47º 0.45% 0.86% -
XYZ 41.36 30 70.63 -
YUV 153.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 192 121 219 0.12 0.45 0 0.14 283.47 0.58 0.67
Hex C0 79 DB C 2D 0 E 11B 3A 43
Octal 300 171 333 14 55 0 16 433 72 103
Binary 11000000 1111001 11011011 1100 101101 0 1110 100011011 111010 1000011

Color Harmonies of #C079DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C079DB

Black with #C079DB

Text Example


Text Example

White with #C079DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C079DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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