#d675d2

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

Shades of Orchid #D675D2

Tints of Orchid #D675D2

Color information

#D675D2 (or 0xD675D2) is unknown color: approx Orchid. HEX triplet: D6, 75 and D2. RGB value is (214,117,210). Sum of RGB (Red+Green+Blue) = 214+117+210=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D675D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675D2 is #298A2D. Grayscale: #9C9C9C. Windows color (decimal): -2722350 or 13792726. OLE color: 13792726.

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

Color convert

RGB214117210-
CMYK00.450.020.16
HSL302.47º54.19%64.9%-
HSV(B)302.47º45.33%83.92%-
XYZ45.7331.6764.68-
YUV156.6158.14168.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=39.56%
G=21.63%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411721000.450.020.16302.4754.1964.9
HexD675D202D21012e3641
Octal32616532205522045666101
Binary11010110111010111010010010110110100001001011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d675d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d675d2; }

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

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

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

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

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

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

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

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