Html Css Color HEX #D079C7 Orchid

📋 copy color: '#D079C7'

red 208 ◦ green 121 ◦ blue 199

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

Shades of Orchid #D079C7

Tints of Orchid #D079C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.69%

R = 39.39%
G = 22.92%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D079C7 (or 0xD079C7) is known color: Orchid. HEX triplet: D0, 79 and C7. RGB value is (208,121,199). Sum of RGB (Red+Green+Blue) = 208+121+199=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D079C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079C7 is #2F8638. Grayscale: #9B9B9B. Windows color (decimal): -3114553 or 13072848. OLE color: 13072848.

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

Color convert

RGB 208 121 199 -
CMYK 0 0.42 0.04 0.18
HSL 306.21º 0.48% 0.65% -
HSV(B) 306.21º 0.42% 0.82% -
XYZ 43.16 31.21 57.78 -
YUV 155.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 208 121 199 0 0.42 0.04 0.18 306.21 0.48 0.65
Hex D0 79 C7 0 2A 4 12 132 30 41
Octal 320 171 307 0 52 4 22 462 60 101
Binary 11010000 1111001 11000111 0 101010 100 10010 100110010 110000 1000001

Color Harmonies of #D079C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079C7

Black with #D079C7

Text Example


Text Example

White with #D079C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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