#D383CC

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

Shades of Orchid #D383CC

Tints of Orchid #D383CC

Color information

#D383CC (or 0xD383CC) is unknown color: approx Orchid. HEX triplet: D3, 83 and CC. RGB value is (211,131,204). Sum of RGB (Red+Green+Blue) = 211+131+204=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D383CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383CC is #2C7C33. Grayscale: #A3A3A3. Windows color (decimal): -2915380 or 13403091. OLE color: 13403091.

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

Color convert

RGB211131204-
CMYK00.380.030.17
HSL305.25º47.62%67.06%-
HSV(B)305.25º37.91%82.75%-
XYZ45.8834.4461.36-
YUV163.24151162.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=38.64%
G=23.99%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113120400.380.030.17305.2547.6267.06
HexD383CC0263111313043
Octal32320331404632146160103
Binary110100111000001111001100010011011100011001100011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D383CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D383CC; }

 p { color: rgb(211,131,204); }

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

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

 a { background-color: rgb(211,131,204); }

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

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

 span { border-color: rgb(211,131,204); }

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