#D275CE

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

Shades of Orchid #D275CE

Tints of Orchid #D275CE

Color information

#D275CE (or 0xD275CE) is unknown color: approx Orchid. HEX triplet: D2, 75 and CE. RGB value is (210,117,206). Sum of RGB (Red+Green+Blue) = 210+117+206=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CE is #2D8A31. Grayscale: #9A9A9A. Windows color (decimal): -2984498 or 13530578. OLE color: 13530578.

HSL color Cylindrical-coordinate representation of color #D275CE: hue angle of 302.58º 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 #D275CE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210117206-
CMYK00.440.020.18
HSL302.58º50.82%64.12%-
HSV(B)302.58º44.29%82.35%-
XYZ44.0830.8862.03-
YUV154.95156.81167.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=39.40%
G=21.95%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011720600.440.020.18302.5850.8264.12
HexD275CE02C21212f3340
Octal32216531605422245763100
Binary11010010111010111001110010110010100101001011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275CE; }

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

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

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

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

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

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

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

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