#D675E3

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

Shades of Orchid #D675E3

Tints of Orchid #D675E3

Color information

#D675E3 (or 0xD675E3) is unknown color: approx Orchid. HEX triplet: D6, 75 and E3. RGB value is (214,117,227). Sum of RGB (Red+Green+Blue) = 214+117+227=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #D675E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675E3 is #298A1C. Grayscale: #9E9E9E. Windows color (decimal): -2722333 or 14906838. OLE color: 14906838.

HSL color Cylindrical-coordinate representation of color #D675E3: hue angle of 292.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D675E3 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214117227-
CMYK0.060.4800.11
HSL292.91º66.27%67.45%-
HSV(B)292.91º48.46%89.02%-
XYZ47.9632.5676.43-
YUV158.54166.64167.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 227 (89.06% from 255) = 40.68%
R=38.35%
G=20.97%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141172270.060.4800.11292.9166.2767.45
HexD675E36300B1254243
Octal326165343660013445102103
Binary110101101110101111000111101100000101110010010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675E3; }

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

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

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

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

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

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

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

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