Html Css Color HEX #D385DC Orchid

📋 copy color: '#D385DC'

red 211 ◦ green 133 ◦ blue 220

#D385DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D385DC

Tints of Orchid #D385DC

RGB

 RED value IS 211 (82.81% from 255) = 37.41%

 GREEN value IS 133 (52.34% from 255) = 23.58%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 37.41%
G = 23.58%
B = 39.01%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D385DC (or 0xD385DC) is known color: Orchid. HEX triplet: D3, 85 and DC. RGB value is (211,133,220). Sum of RGB (Red+Green+Blue) = 211+133+220=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D385DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385DC is #2C7A23. Grayscale: #A5A5A5. Windows color (decimal): -2914852 or 14452179. OLE color: 14452179.

HSL color Cylindrical-coordinate representation of color #D385DC: hue angle of 293.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D385DC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 133 220 -
CMYK 0.04 0.40 0 0.14
HSL 293.79º 0.55% 0.69% -
HSV(B) 293.79º 0.4% 0.86% -
XYZ 48.17 35.79 72.08 -
YUV 166.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 211 133 220 0.04 0.40 0 0.14 293.79 0.55 0.69
Hex D3 85 DC 4 28 0 E 126 37 45
Octal 323 205 334 4 50 0 16 446 67 105
Binary 11010011 10000101 11011100 100 101000 0 1110 100100110 110111 1000101

Color Harmonies of #D385DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385DC

Black with #D385DC

Text Example


Text Example

White with #D385DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385DC; }

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

 H1.HeaderClassName
 {
   color: #D385DC;
 }
 .AnyTagClassName
 {
   color: #D385DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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