#D07DC4

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

Shades of Orchid #D07DC4

Tints of Orchid #D07DC4

Color information

#D07DC4 (or 0xD07DC4) is unknown color: approx Orchid. HEX triplet: D0, 7D and C4. RGB value is (208,125,196). Sum of RGB (Red+Green+Blue) = 208+125+196=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC4 is #2F823B. Grayscale: #9D9D9D. Windows color (decimal): -3113532 or 12877264. OLE color: 12877264.

HSL color Cylindrical-coordinate representation of color #D07DC4: hue angle of 308.67º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DC4 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208125196-
CMYK00.400.060.18
HSL308.67º46.89%65.29%-
HSV(B)308.67º39.9%81.57%-
XYZ43.3132.0656.13-
YUV157.91149.5163.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=39.32%
G=23.63%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812519600.400.060.18308.6746.8965.29
HexD07DC40286121352f41
Octal32017530405062246557101
Binary110100001111101110001000101000110100101001101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DC4; }

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

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

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

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

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

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

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

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