#D582CD

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

Shades of Orchid #D582CD

Tints of Orchid #D582CD

Color information

#D582CD (or 0xD582CD) is unknown color: approx Orchid. HEX triplet: D5, 82 and CD. RGB value is (213,130,205). Sum of RGB (Red+Green+Blue) = 213+130+205=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D582CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582CD is #2A7D32. Grayscale: #A3A3A3. Windows color (decimal): -2784563 or 13468373. OLE color: 13468373.

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

Color convert

RGB213130205-
CMYK00.390.040.16
HSL305.78º49.7%67.25%-
HSV(B)305.78º38.97%83.53%-
XYZ46.4434.5261.97-
YUV163.37151.5163.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=38.87%
G=23.72%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313020500.390.040.16305.7849.767.25
HexD582CD0274101323243
Octal32520231504742046262103
Binary1101010110000010110011010100111100100001001100101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D582CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D582CD; }

 p { color: rgb(213,130,205); }

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

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

 a { background-color: rgb(213,130,205); }

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

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

 span { border-color: rgb(213,130,205); }

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