Html Css Color HEX #D079DA Orchid

📋 copy color: '#D079DA'

red 208 ◦ green 121 ◦ blue 218

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

Shades of Orchid #D079DA

Tints of Orchid #D079DA

RGB

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

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

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

R = 38.03%
G = 22.12%
B = 39.85%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D079DA (or 0xD079DA) is known color: Orchid. HEX triplet: D0, 79 and DA. RGB value is (208,121,218). Sum of RGB (Red+Green+Blue) = 208+121+218=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D079DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079DA is #2F8625. Grayscale: #9D9D9D. Windows color (decimal): -3114534 or 14318032. OLE color: 14318032.

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

Color convert

RGB 208 121 218 -
CMYK 0.05 0.44 0 0.15
HSL 293.81º 0.57% 0.66% -
HSV(B) 293.81º 0.44% 0.85% -
XYZ 45.5 32.15 70.14 -
YUV 158.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 208 121 218 0.05 0.44 0 0.15 293.81 0.57 0.66
Hex D0 79 DA 5 2C 0 F 126 39 42
Octal 320 171 332 5 54 0 17 446 71 102
Binary 11010000 1111001 11011010 101 101100 0 1111 100100110 111001 1000010

Color Harmonies of #D079DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079DA

Black with #D079DA

Text Example


Text Example

White with #D079DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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