#D675C0

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

Shades of Orchid #D675C0

Tints of Orchid #D675C0

Color information

#D675C0 (or 0xD675C0) is unknown color: approx Orchid. HEX triplet: D6, 75 and C0. RGB value is (214,117,192). Sum of RGB (Red+Green+Blue) = 214+117+192=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D675C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675C0 is #298A3F. Grayscale: #9A9A9A. Windows color (decimal): -2722368 or 12613078. OLE color: 12613078.

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

Color convert

RGB214117192-
CMYK00.450.100.16
HSL313.61º54.19%64.9%-
HSV(B)313.61º45.33%83.92%-
XYZ43.6130.8253.52-
YUV154.55149.14170.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 117 (46.09% from 255) = 22.37%
BLUE value IS 192 (75.39% from 255) = 36.71%
R=40.92%
G=22.37%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411719200.450.100.16313.6154.1964.9
HexD675C002DA1013a3641
Octal326165300055122047266101
Binary1101011011101011100000001011011010100001001110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675C0; }

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

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

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

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

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

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

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

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