Html Css Color HEX #D079D0 Orchid

📋 copy color: '#D079D0'

red 208 ◦ green 121 ◦ blue 208

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

Shades of Orchid #D079D0

Tints of Orchid #D079D0

RGB

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

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

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

R = 38.73%
G = 22.53%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D079D0 (or 0xD079D0) is known color: Orchid. HEX triplet: D0, 79 and D0. RGB value is (208,121,208). Sum of RGB (Red+Green+Blue) = 208+121+208=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D079D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079D0 is #2F862F. Grayscale: #9C9C9C. Windows color (decimal): -3114544 or 13662672. OLE color: 13662672.

HSL color Cylindrical-coordinate representation of color #D079D0: hue angle of 300º 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 #D079D0 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 121 208 -
CMYK 0 0.42 0 0.18
HSL 300º 0.48% 0.65% -
HSV(B) 300º 0.42% 0.82% -
XYZ 44.23 31.64 63.45 -
YUV 156.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 208 121 208 0 0.42 0 0.18 300 0.48 0.65
Hex D0 79 D0 0 2A 0 12 12C 30 41
Octal 320 171 320 0 52 0 22 454 60 101
Binary 11010000 1111001 11010000 0 101010 0 10010 100101100 110000 1000001

Color Harmonies of #D079D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079D0

Black with #D079D0

Text Example


Text Example

White with #D079D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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