Html Css Color HEX #D079C9 Orchid

📋 copy color: '#D079C9'

red 208 ◦ green 121 ◦ blue 201

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

Shades of Orchid #D079C9

Tints of Orchid #D079C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 39.25%
G = 22.83%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D079C9 (or 0xD079C9) is known color: Orchid. HEX triplet: D0, 79 and C9. RGB value is (208,121,201). Sum of RGB (Red+Green+Blue) = 208+121+201=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D079C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079C9 is #2F8636. Grayscale: #9B9B9B. Windows color (decimal): -3114551 or 13203920. OLE color: 13203920.

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

Color convert

RGB 208 121 201 -
CMYK 0 0.42 0.03 0.18
HSL 304.83º 0.48% 0.65% -
HSV(B) 304.83º 0.42% 0.82% -
XYZ 43.39 31.3 59.01 -
YUV 156.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 208 121 201 0 0.42 0.03 0.18 304.83 0.48 0.65
Hex D0 79 C9 0 2A 3 12 131 30 41
Octal 320 171 311 0 52 3 22 461 60 101
Binary 11010000 1111001 11001001 0 101010 11 10010 100110001 110000 1000001

Color Harmonies of #D079C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079C9

Black with #D079C9

Text Example


Text Example

White with #D079C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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