Html Css Color HEX #D079DD Orchid

📋 copy color: '#D079DD'

red 208 ◦ green 121 ◦ blue 221

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

Shades of Orchid #D079DD

Tints of Orchid #D079DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 37.82%
G = 22%
B = 40.18%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D079DD (or 0xD079DD) is known color: Orchid. HEX triplet: D0, 79 and DD. RGB value is (208,121,221). Sum of RGB (Red+Green+Blue) = 208+121+221=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D079DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079DD is #2F8622. Grayscale: #9E9E9E. Windows color (decimal): -3114531 or 14514640. OLE color: 14514640.

HSL color Cylindrical-coordinate representation of color #D079DD: hue angle of 292.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D079DD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 121 221 -
CMYK 0.06 0.45 0 0.13
HSL 292.2º 0.6% 0.67% -
HSV(B) 292.2º 0.45% 0.87% -
XYZ 45.9 32.31 72.22 -
YUV 158.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 208 121 221 0.06 0.45 0 0.13 292.2 0.6 0.67
Hex D0 79 DD 6 2D 0 D 124 3C 43
Octal 320 171 335 6 55 0 15 444 74 103
Binary 11010000 1111001 11011101 110 101101 0 1101 100100100 111100 1000011

Color Harmonies of #D079DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079DD

Black with #D079DD

Text Example


Text Example

White with #D079DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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