#D075E4

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

Shades of Orchid #D075E4

Tints of Orchid #D075E4

Color information

#D075E4 (or 0xD075E4) is unknown color: approx Orchid. HEX triplet: D0, 75 and E4. RGB value is (208,117,228). Sum of RGB (Red+Green+Blue) = 208+117+228=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #D075E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075E4 is #2F8A1B. Grayscale: #9C9C9C. Windows color (decimal): -3115548 or 14972368. OLE color: 14972368.

HSL color Cylindrical-coordinate representation of color #D075E4: hue angle of 289.19º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D075E4 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208117228-
CMYK0.090.4900.11
HSL289.19º67.27%67.65%-
HSV(B)289.19º48.68%89.41%-
XYZ46.3831.7377.08-
YUV156.86168.15164.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 117 (46.09% from 255) = 21.16%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=37.61%
G=21.16%
B=41.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081172280.090.4900.11289.1967.2767.65
HexD075E49310B1214344
Octal3201653441161013441103104
Binary1101000011101011110010010011100010101110010000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075E4; }

 p { color: rgb(208,117,228); }

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

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

 a { background-color: rgb(208,117,228); }

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

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

 span { border-color: rgb(208,117,228); }

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