Html Css Color HEX #D385DF Orchid

📋 copy color: '#D385DF'

red 211 ◦ green 133 ◦ blue 223

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

Shades of Orchid #D385DF

Tints of Orchid #D385DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 37.21%
G = 23.46%
B = 39.33%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D385DF (or 0xD385DF) is known color: Orchid. HEX triplet: D3, 85 and DF. RGB value is (211,133,223). Sum of RGB (Red+Green+Blue) = 211+133+223=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #D385DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D385DF is #2C7A20. Grayscale: #A6A6A6. Windows color (decimal): -2914849 or 14648787. OLE color: 14648787.

HSL color Cylindrical-coordinate representation of color #D385DF: hue angle of 292º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D385DF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 133 223 -
CMYK 0.05 0.40 0 0.13
HSL 292º 0.58% 0.7% -
HSV(B) 292º 0.4% 0.87% -
XYZ 48.57 35.95 74.19 -
YUV 166.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 211 133 223 0.05 0.40 0 0.13 292 0.58 0.7
Hex D3 85 DF 5 28 0 D 124 3A 46
Octal 323 205 337 5 50 0 15 444 72 106
Binary 11010011 10000101 11011111 101 101000 0 1101 100100100 111010 1000110

Color Harmonies of #D385DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385DF

Black with #D385DF

Text Example


Text Example

White with #D385DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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