#D07FC1

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

Shades of Orchid #D07FC1

Tints of Orchid #D07FC1

Color information

#D07FC1 (or 0xD07FC1) is unknown color: approx Orchid. HEX triplet: D0, 7F and C1. RGB value is (208,127,193). Sum of RGB (Red+Green+Blue) = 208+127+193=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC1 is #2F803E. Grayscale: #9E9E9E. Windows color (decimal): -3113023 or 12681168. OLE color: 12681168.

HSL color Cylindrical-coordinate representation of color #D07FC1: hue angle of 311.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FC1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208127193-
CMYK00.390.070.18
HSL311.11º46.29%65.69%-
HSV(B)311.11º38.94%81.57%-
XYZ43.2332.4454.44-
YUV158.74147.34163.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=39.39%
G=24.05%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812719300.390.070.18311.1146.2965.69
HexD07FC10277121372e42
Octal32017730104772246756102
Binary110100001111111110000010100111111100101001101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FC1; }

 p { color: rgb(208,127,193); }

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

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

 a { background-color: rgb(208,127,193); }

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

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

 span { border-color: rgb(208,127,193); }

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