Html Css Color HEX #D079D6 Orchid

📋 copy color: '#D079D6'

red 208 ◦ green 121 ◦ blue 214

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

Shades of Orchid #D079D6

Tints of Orchid #D079D6

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

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

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 38.31%
G = 22.28%
B = 39.41%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D079D6 (or 0xD079D6) is known color: Orchid. HEX triplet: D0, 79 and D6. RGB value is (208,121,214). Sum of RGB (Red+Green+Blue) = 208+121+214=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #D079D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079D6 is #2F8629. Grayscale: #9D9D9D. Windows color (decimal): -3114538 or 14055888. OLE color: 14055888.

HSL color Cylindrical-coordinate representation of color #D079D6: hue angle of 296.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D079D6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 121 214 -
CMYK 0.03 0.43 0 0.16
HSL 296.13º 0.53% 0.66% -
HSV(B) 296.13º 0.43% 0.84% -
XYZ 44.99 31.94 67.41 -
YUV 157.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 208 121 214 0.03 0.43 0 0.16 296.13 0.53 0.66
Hex D0 79 D6 3 2B 0 10 128 35 42
Octal 320 171 326 3 53 0 20 450 65 102
Binary 11010000 1111001 11010110 11 101011 0 10000 100101000 110101 1000010

Color Harmonies of #D079D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079D6

Black with #D079D6

Text Example


Text Example

White with #D079D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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