#D275C5

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

Shades of Orchid #D275C5

Tints of Orchid #D275C5

Color information

#D275C5 (or 0xD275C5) is unknown color: approx Orchid. HEX triplet: D2, 75 and C5. RGB value is (210,117,197). Sum of RGB (Red+Green+Blue) = 210+117+197=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C5 is #2D8A3A. Grayscale: #999999. Windows color (decimal): -2984507 or 12940754. OLE color: 12940754.

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

Color convert

RGB210117197-
CMYK00.440.060.18
HSL308.39º50.82%64.12%-
HSV(B)308.39º44.29%82.35%-
XYZ43.0230.4656.43-
YUV153.93152.31168-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=40.08%
G=22.33%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011719700.440.060.18308.3950.8264.12
HexD275C502C6121343340
Octal32216530505462246463100
Binary110100101110101110001010101100110100101001101001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275C5; }

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

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

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

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

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

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

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

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