#D275D7

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

Shades of Orchid #D275D7

Tints of Orchid #D275D7

Color information

#D275D7 (or 0xD275D7) is unknown color: approx Orchid. HEX triplet: D2, 75 and D7. RGB value is (210,117,215). Sum of RGB (Red+Green+Blue) = 210+117+215=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #D275D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D7 is #2D8A28. Grayscale: #9B9B9B. Windows color (decimal): -2984489 or 14120402. OLE color: 14120402.

HSL color Cylindrical-coordinate representation of color #D275D7: hue angle of 296.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D275D7 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210117215-
CMYK0.020.4600.16
HSL296.94º55.06%65.1%-
HSV(B)296.94º45.58%84.31%-
XYZ45.2131.3367.95-
YUV155.98161.31166.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=38.75%
G=21.59%
B=39.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101172150.020.4600.16296.9455.0665.1
HexD275D722E0101293741
Octal32216532725602045167101
Binary11010010111010111010111101011100100001001010011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275D7; }

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

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

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

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

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

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

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

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