#D275CD

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

Shades of Orchid #D275CD

Tints of Orchid #D275CD

Color information

#D275CD (or 0xD275CD) is unknown color: approx Orchid. HEX triplet: D2, 75 and CD. RGB value is (210,117,205). Sum of RGB (Red+Green+Blue) = 210+117+205=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CD is #2D8A32. Grayscale: #9A9A9A. Windows color (decimal): -2984499 or 13465042. OLE color: 13465042.

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

Color convert

RGB210117205-
CMYK00.440.020.18
HSL303.23º50.82%64.12%-
HSV(B)303.23º44.29%82.35%-
XYZ43.9630.8361.39-
YUV154.84156.31167.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=39.47%
G=21.99%
B=38.53%

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
Decimal21011720500.440.020.18303.2350.8264.12
HexD275CD02C21212f3340
Octal32216531505422245763100
Binary11010010111010111001101010110010100101001011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275CD; }

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

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

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

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

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

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

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

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