#D675D5

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

Shades of Orchid #D675D5

Tints of Orchid #D675D5

Color information

#D675D5 (or 0xD675D5) is unknown color: approx Orchid. HEX triplet: D6, 75 and D5. RGB value is (214,117,213). Sum of RGB (Red+Green+Blue) = 214+117+213=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D675D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675D5 is #298A2A. Grayscale: #9C9C9C. Windows color (decimal): -2722347 or 13989334. OLE color: 13989334.

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

Color convert

RGB214117213-
CMYK00.450.000.16
HSL300.62º54.19%64.9%-
HSV(B)300.62º45.33%83.92%-
XYZ46.131.8266.66-
YUV156.95159.64168.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=39.34%
G=21.51%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411721300.450.000.16300.6254.1964.9
HexD675D502D01012d3641
Octal32616532505502045566101
Binary1101011011101011101010101011010100001001011011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675D5; }

 p { color: rgb(214,117,213); }

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

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

 a { background-color: rgb(214,117,213); }

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

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

 span { border-color: rgb(214,117,213); }

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