Html Css Color HEX #D381E1 Orchid

📋 copy color: '#D381E1'

red 211 ◦ green 129 ◦ blue 225

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

Shades of Orchid #D381E1

Tints of Orchid #D381E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.82%

R = 37.35%
G = 22.83%
B = 39.82%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D381E1 (or 0xD381E1) is known color: Orchid. HEX triplet: D3, 81 and E1. RGB value is (211,129,225). Sum of RGB (Red+Green+Blue) = 211+129+225=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #D381E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381E1 is #2C7E1E. Grayscale: #A4A4A4. Windows color (decimal): -2915871 or 14778835. OLE color: 14778835.

HSL color Cylindrical-coordinate representation of color #D381E1: hue angle of 291.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D381E1 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 129 225 -
CMYK 0.06 0.43 0 0.12
HSL 291.25º 0.62% 0.69% -
HSV(B) 291.25º 0.43% 0.88% -
XYZ 48.3 34.99 75.44 -
YUV 164.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 211 129 225 0.06 0.43 0 0.12 291.25 0.62 0.69
Hex D3 81 E1 6 2B 0 C 123 3E 45
Octal 323 201 341 6 53 0 14 443 76 105
Binary 11010011 10000001 11100001 110 101011 0 1100 100100011 111110 1000101

Color Harmonies of #D381E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381E1

Black with #D381E1

Text Example


Text Example

White with #D381E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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