#D385CC

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

Shades of Orchid #D385CC

Tints of Orchid #D385CC

Color information

#D385CC (or 0xD385CC) is unknown color: approx Orchid. HEX triplet: D3, 85 and CC. RGB value is (211,133,204). Sum of RGB (Red+Green+Blue) = 211+133+204=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D385CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385CC is #2C7A33. Grayscale: #A4A4A4. Windows color (decimal): -2914868 or 13403603. OLE color: 13403603.

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

Color convert

RGB211133204-
CMYK00.370.030.17
HSL305.38º46.99%67.45%-
HSV(B)305.38º36.97%82.75%-
XYZ46.1534.9861.45-
YUV164.42150.34161.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.50%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=38.50%
G=24.27%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113320400.370.030.17305.3846.9967.45
HexD385CC0253111312f43
Octal32320531404532146157103
Binary110100111000010111001100010010111100011001100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D385CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D385CC; }

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

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

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

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

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

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

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

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