Html Css Color HEX #D079DF Orchid

📋 copy color: '#D079DF'

red 208 ◦ green 121 ◦ blue 223

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

Shades of Orchid #D079DF

Tints of Orchid #D079DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 37.68%
G = 21.92%
B = 40.4%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D079DF (or 0xD079DF) is known color: Orchid. HEX triplet: D0, 79 and DF. RGB value is (208,121,223). Sum of RGB (Red+Green+Blue) = 208+121+223=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #D079DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079DF is #2F8620. Grayscale: #9E9E9E. Windows color (decimal): -3114529 or 14645712. OLE color: 14645712.

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

Color convert

RGB 208 121 223 -
CMYK 0.07 0.46 0 0.13
HSL 291.18º 0.61% 0.67% -
HSV(B) 291.18º 0.46% 0.87% -
XYZ 46.17 32.41 73.63 -
YUV 158.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 208 121 223 0.07 0.46 0 0.13 291.18 0.61 0.67
Hex D0 79 DF 7 2E 0 D 123 3D 43
Octal 320 171 337 7 56 0 15 443 75 103
Binary 11010000 1111001 11011111 111 101110 0 1101 100100011 111101 1000011

Color Harmonies of #D079DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079DF

Black with #D079DF

Text Example


Text Example

White with #D079DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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