Html Css Color HEX #D384D8 Orchid

📋 copy color: '#D384D8'

red 211 ◦ green 132 ◦ blue 216

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

Shades of Orchid #D384D8

Tints of Orchid #D384D8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.61%

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 37.75%
G = 23.61%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D384D8 (or 0xD384D8) is known color: Orchid. HEX triplet: D3, 84 and D8. RGB value is (211,132,216). Sum of RGB (Red+Green+Blue) = 211+132+216=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #D384D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384D8 is #2C7B27. Grayscale: #A4A4A4. Windows color (decimal): -2915112 or 14189779. OLE color: 14189779.

HSL color Cylindrical-coordinate representation of color #D384D8: hue angle of 296.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D384D8 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 132 216 -
CMYK 0.02 0.39 0 0.15
HSL 296.43º 0.52% 0.68% -
HSV(B) 296.43º 0.39% 0.85% -
XYZ 47.51 35.31 69.28 -
YUV 165.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 211 132 216 0.02 0.39 0 0.15 296.43 0.52 0.68
Hex D3 84 D8 2 27 0 F 128 34 44
Octal 323 204 330 2 47 0 17 450 64 104
Binary 11010011 10000100 11011000 10 100111 0 1111 100101000 110100 1000100

Color Harmonies of #D384D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384D8

Black with #D384D8

Text Example


Text Example

White with #D384D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384D8; }

 p { color: rgb(211,132,216); }

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

background-color css

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

 a { background-color: rgb(211,132,216); }

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

border-color css

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

 span { border-color: rgb(211,132,216); }

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