Html Css Color HEX #D079CE Orchid

📋 copy color: '#D079CE'

red 208 ◦ green 121 ◦ blue 206

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

Shades of Orchid #D079CE

Tints of Orchid #D079CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 38.88%
G = 22.62%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D079CE (or 0xD079CE) is known color: Orchid. HEX triplet: D0, 79 and CE. RGB value is (208,121,206). Sum of RGB (Red+Green+Blue) = 208+121+206=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D079CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079CE is #2F8631. Grayscale: #9C9C9C. Windows color (decimal): -3114546 or 13531600. OLE color: 13531600.

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

Color convert

RGB 208 121 206 -
CMYK 0 0.42 0.01 0.18
HSL 301.38º 0.48% 0.65% -
HSV(B) 301.38º 0.42% 0.82% -
XYZ 43.99 31.54 62.16 -
YUV 156.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 208 121 206 0 0.42 0.01 0.18 301.38 0.48 0.65
Hex D0 79 CE 0 2A 1 12 12D 30 41
Octal 320 171 316 0 52 1 22 455 60 101
Binary 11010000 1111001 11001110 0 101010 1 10010 100101101 110000 1000001

Color Harmonies of #D079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079CE

Black with #D079CE

Text Example


Text Example

White with #D079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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