Html Css Color HEX #D387D7 Orchid

📋 copy color: '#D387D7'

red 211 ◦ green 135 ◦ blue 215

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

Shades of Orchid #D387D7

Tints of Orchid #D387D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 37.61%
G = 24.06%
B = 38.32%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D387D7 (or 0xD387D7) is known color: Orchid. HEX triplet: D3, 87 and D7. RGB value is (211,135,215). Sum of RGB (Red+Green+Blue) = 211+135+215=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #D387D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D387D7 is #2C7828. Grayscale: #A6A6A6. Windows color (decimal): -2914345 or 14125011. OLE color: 14125011.

HSL color Cylindrical-coordinate representation of color #D387D7: hue angle of 297º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D387D7 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 135 215 -
CMYK 0.02 0.37 0 0.16
HSL 297º 0.5% 0.69% -
HSV(B) 297º 0.37% 0.84% -
XYZ 47.79 36.08 68.74 -
YUV 166.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 211 135 215 0.02 0.37 0 0.16 297 0.5 0.69
Hex D3 87 D7 2 25 0 10 129 32 45
Octal 323 207 327 2 45 0 20 451 62 105
Binary 11010011 10000111 11010111 10 100101 0 10000 100101001 110010 1000101

Color Harmonies of #D387D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D387D7

Black with #D387D7

Text Example


Text Example

White with #D387D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D387D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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