#D675D6

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

Shades of Orchid #D675D6

Tints of Orchid #D675D6

Color information

#D675D6 (or 0xD675D6) is unknown color: approx Orchid. HEX triplet: D6, 75 and D6. RGB value is (214,117,214). Sum of RGB (Red+Green+Blue) = 214+117+214=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D675D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675D6 is #298A29. Grayscale: #9C9C9C. Windows color (decimal): -2722346 or 14054870. OLE color: 14054870.

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

Color convert

RGB214117214-
CMYK00.4500.16
HSL300º54.19%64.9%-
HSV(B)300º45.33%83.92%-
XYZ46.2331.8767.33-
YUV157.06160.14168.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 117 (46.09% from 255) = 21.47%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=39.27%
G=21.47%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411721400.4500.1630054.1964.9
HexD675D602D01012c3641
Octal32616532605502045466101
Binary1101011011101011101011001011010100001001011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675D6; }

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

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

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

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

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

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

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

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