#D079C4

Color #D079C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D079C4

Tints of Orchid #D079C4

Color information

#D079C4 (or 0xD079C4) is unknown color: approx Orchid. HEX triplet: D0, 79 and C4. RGB value is (208,121,196). Sum of RGB (Red+Green+Blue) = 208+121+196=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D079C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079C4 is #2F863B. Grayscale: #9B9B9B. Windows color (decimal): -3114556 or 12876240. OLE color: 12876240.

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

Color convert

RGB208121196-
CMYK00.420.060.18
HSL308.28º48.07%64.51%-
HSV(B)308.28º41.83%81.57%-
XYZ42.8131.0755.97-
YUV155.56150.82165.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=39.62%
G=23.05%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812119600.420.060.18308.2848.0764.51
HexD079C402A6121343041
Octal32017130405262246460101
Binary110100001111001110001000101010110100101001101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079C4; }

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

 H1.HeaderClassName
 {
   color: #D079C4;
 }
 .AnyTagClassName
 {
   color: #D079C4;
 }
</style>
background-color css

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

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

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

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

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

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