Html Css Color HEX #D381DF Orchid

📋 copy color: '#D381DF'

red 211 ◦ green 129 ◦ blue 223

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

Shades of Orchid #D381DF

Tints of Orchid #D381DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.91%

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

R = 37.48%
G = 22.91%
B = 39.61%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D381DF (or 0xD381DF) is known color: Orchid. HEX triplet: D3, 81 and DF. RGB value is (211,129,223). Sum of RGB (Red+Green+Blue) = 211+129+223=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D381DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381DF is #2C7E20. Grayscale: #A3A3A3. Windows color (decimal): -2915873 or 14647763. OLE color: 14647763.

HSL color Cylindrical-coordinate representation of color #D381DF: hue angle of 292.34º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D381DF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 129 223 -
CMYK 0.05 0.42 0 0.13
HSL 292.34º 0.59% 0.69% -
HSV(B) 292.34º 0.42% 0.87% -
XYZ 48.03 34.88 74.01 -
YUV 164.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 211 129 223 0.05 0.42 0 0.13 292.34 0.59 0.69
Hex D3 81 DF 5 2A 0 D 124 3B 45
Octal 323 201 337 5 52 0 15 444 73 105
Binary 11010011 10000001 11011111 101 101010 0 1101 100100100 111011 1000101

Color Harmonies of #D381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381DF

Black with #D381DF

Text Example


Text Example

White with #D381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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