#D275E6

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

Shades of Orchid #D275E6

Tints of Orchid #D275E6

Color information

#D275E6 (or 0xD275E6) is unknown color: approx Orchid. HEX triplet: D2, 75 and E6. RGB value is (210,117,230). Sum of RGB (Red+Green+Blue) = 210+117+230=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #D275E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275E6 is #2D8A19. Grayscale: #9D9D9D. Windows color (decimal): -2984474 or 15103442. OLE color: 15103442.

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

Color convert

RGB210117230-
CMYK0.090.4900.10
HSL289.38º69.33%68.04%-
HSV(B)289.38º49.13%90.2%-
XYZ47.2232.1478.58-
YUV157.69168.81165.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=37.70%
G=21.01%
B=41.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101172300.090.4900.10289.3869.3368.04
HexD275E69310A1214544
Octal3221653461161012441105104
Binary1101001011101011110011010011100010101010010000110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275E6; }

 p { color: rgb(210,117,230); }

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

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

 a { background-color: rgb(210,117,230); }

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

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

 span { border-color: rgb(210,117,230); }

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