#D783CA

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

Shades of Orchid #D783CA

Tints of Orchid #D783CA

Color information

#D783CA (or 0xD783CA) is unknown color: approx Orchid. HEX triplet: D7, 83 and CA. RGB value is (215,131,202). Sum of RGB (Red+Green+Blue) = 215+131+202=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D783CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783CA is #287C35. Grayscale: #A4A4A4. Windows color (decimal): -2653238 or 13272023. OLE color: 13272023.

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

Color convert

RGB215131202-
CMYK00.390.060.16
HSL309.29º51.22%67.84%-
HSV(B)309.29º39.07%84.31%-
XYZ46.834.9460.16-
YUV164.21149.33164.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=39.23%
G=23.91%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513120200.390.060.16309.2951.2267.84
HexD783CA0276101353344
Octal32720331204762046563104
Binary1101011110000011110010100100111110100001001101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783CA; }

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

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

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

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

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

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

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

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