Html Css Color HEX #D784D3 Orchid

📋 copy color: '#D784D3'

red 215 ◦ green 132 ◦ blue 211

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

Shades of Orchid #D784D3

Tints of Orchid #D784D3

RGB

 RED value IS 215 (84.38% from 255) = 38.53%

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

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 38.53%
G = 23.66%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D784D3 (or 0xD784D3) is known color: Orchid. HEX triplet: D7, 84 and D3. RGB value is (215,132,211). Sum of RGB (Red+Green+Blue) = 215+132+211=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D784D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784D3 is #287B2C. Grayscale: #A5A5A5. Windows color (decimal): -2652973 or 13862103. OLE color: 13862103.

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

Color convert

RGB 215 132 211 -
CMYK 0 0.39 0.02 0.16
HSL 302.89º 0.51% 0.68% -
HSV(B) 302.89º 0.39% 0.84% -
XYZ 48.03 35.65 65.98 -
YUV 165.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 215 132 211 0 0.39 0.02 0.16 302.89 0.51 0.68
Hex D7 84 D3 0 27 2 10 12F 33 44
Octal 327 204 323 0 47 2 20 457 63 104
Binary 11010111 10000100 11010011 0 100111 10 10000 100101111 110011 1000100

Color Harmonies of #D784D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D784D3

Black with #D784D3

Text Example


Text Example

White with #D784D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D784D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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