#D583CA

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

Shades of Orchid #D583CA

Tints of Orchid #D583CA

Color information

#D583CA (or 0xD583CA) is unknown color: approx Orchid. HEX triplet: D5, 83 and CA. RGB value is (213,131,202). Sum of RGB (Red+Green+Blue) = 213+131+202=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CA is #2A7C35. Grayscale: #A3A3A3. Windows color (decimal): -2784310 or 13272021. OLE color: 13272021.

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

Color convert

RGB213131202-
CMYK00.380.050.16
HSL308.05º49.4%67.45%-
HSV(B)308.05º38.5%83.53%-
XYZ46.2234.6460.13-
YUV163.61149.67163.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.01%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=39.01%
G=23.99%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313120200.380.050.16308.0549.467.45
HexD583CA0265101343143
Octal32520331204652046461103
Binary1101010110000011110010100100110101100001001101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D583CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D583CA; }

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

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

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

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

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

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

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

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