Html Css Color HEX #D387DE Orchid

📋 copy color: '#D387DE'

red 211 ◦ green 135 ◦ blue 222

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

Shades of Orchid #D387DE

Tints of Orchid #D387DE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.77%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 37.15%
G = 23.77%
B = 39.08%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D387DE (or 0xD387DE) is known color: Orchid. HEX triplet: D3, 87 and DE. RGB value is (211,135,222). Sum of RGB (Red+Green+Blue) = 211+135+222=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #D387DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387DE is #2C7821. Grayscale: #A7A7A7. Windows color (decimal): -2914338 or 14583763. OLE color: 14583763.

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

Color convert

RGB 211 135 222 -
CMYK 0.05 0.39 0 0.13
HSL 292.41º 0.57% 0.7% -
HSV(B) 292.41º 0.39% 0.87% -
XYZ 48.71 36.45 73.58 -
YUV 167.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 211 135 222 0.05 0.39 0 0.13 292.41 0.57 0.7
Hex D3 87 DE 5 27 0 D 124 39 46
Octal 323 207 336 5 47 0 15 444 71 106
Binary 11010011 10000111 11011110 101 100111 0 1101 100100100 111001 1000110

Color Harmonies of #D387DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387DE

Black with #D387DE

Text Example


Text Example

White with #D387DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387DE; }

 p { color: rgb(211,135,222); }

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

background-color css

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

 a { background-color: rgb(211,135,222); }

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

border-color css

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

 span { border-color: rgb(211,135,222); }

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