#D275C8

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

Shades of Orchid #D275C8

Tints of Orchid #D275C8

Color information

#D275C8 (or 0xD275C8) is unknown color: approx Orchid. HEX triplet: D2, 75 and C8. RGB value is (210,117,200). Sum of RGB (Red+Green+Blue) = 210+117+200=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C8 is #2D8A37. Grayscale: #9A9A9A. Windows color (decimal): -2984504 or 13137362. OLE color: 13137362.

HSL color Cylindrical-coordinate representation of color #D275C8: hue angle of 306.45º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275C8 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210117200-
CMYK00.440.050.18
HSL306.45º50.82%64.12%-
HSV(B)306.45º44.29%82.35%-
XYZ43.3630.5958.26-
YUV154.27153.81167.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=39.85%
G=22.20%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011720000.440.050.18306.4550.8264.12
HexD275C802C5121323340
Octal32216531005452246263100
Binary110100101110101110010000101100101100101001100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275C8; }

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

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

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

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

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

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

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

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