Html Css Color HEX #D079C8 Orchid

📋 copy color: '#D079C8'

red 208 ◦ green 121 ◦ blue 200

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

Shades of Orchid #D079C8

Tints of Orchid #D079C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 39.32%
G = 22.87%
B = 37.81%

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

#D079C8 (or 0xD079C8) is known color: Orchid. HEX triplet: D0, 79 and C8. RGB value is (208,121,200). Sum of RGB (Red+Green+Blue) = 208+121+200=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D079C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079C8 is #2F8637. Grayscale: #9B9B9B. Windows color (decimal): -3114552 or 13138384. OLE color: 13138384.

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

Color convert

RGB 208 121 200 -
CMYK 0 0.42 0.04 0.18
HSL 305.52º 0.48% 0.65% -
HSV(B) 305.52º 0.42% 0.82% -
XYZ 43.28 31.25 58.4 -
YUV 156.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 208 121 200 0 0.42 0.04 0.18 305.52 0.48 0.65
Hex D0 79 C8 0 2A 4 12 132 30 41
Octal 320 171 310 0 52 4 22 462 60 101
Binary 11010000 1111001 11001000 0 101010 100 10010 100110010 110000 1000001

Color Harmonies of #D079C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079C8

Black with #D079C8

Text Example


Text Example

White with #D079C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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