#D583CF

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

Shades of Orchid #D583CF

Tints of Orchid #D583CF

Color information

#D583CF (or 0xD583CF) is unknown color: approx Orchid. HEX triplet: D5, 83 and CF. RGB value is (213,131,207). Sum of RGB (Red+Green+Blue) = 213+131+207=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CF is #2A7C30. Grayscale: #A3A3A3. Windows color (decimal): -2784305 or 13599701. OLE color: 13599701.

HSL color Cylindrical-coordinate representation of color #D583CF: hue angle of 304.39º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583CF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213131207-
CMYK00.380.030.16
HSL304.39º49.4%67.45%-
HSV(B)304.39º38.5%83.53%-
XYZ46.8234.8863.3-
YUV164.18152.17162.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=38.66%
G=23.77%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313120700.380.030.16304.3949.467.45
HexD583CF0263101303143
Octal32520331704632046061103
Binary110101011000001111001111010011011100001001100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583CF; }

 p { color: rgb(213,131,207); }

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

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

 a { background-color: rgb(213,131,207); }

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

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

 span { border-color: rgb(213,131,207); }

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