Html Css Color HEX #D784DC Orchid

📋 copy color: '#D784DC'

red 215 ◦ green 132 ◦ blue 220

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

Shades of Orchid #D784DC

Tints of Orchid #D784DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 37.92%
G = 23.28%
B = 38.8%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D784DC (or 0xD784DC) is known color: Orchid. HEX triplet: D7, 84 and DC. RGB value is (215,132,220). Sum of RGB (Red+Green+Blue) = 215+132+220=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D784DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784DC is #287B23. Grayscale: #A6A6A6. Windows color (decimal): -2652964 or 14451927. OLE color: 14451927.

HSL color Cylindrical-coordinate representation of color #D784DC: hue angle of 296.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D784DC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 132 220 -
CMYK 0.02 0.40 0 0.14
HSL 296.59º 0.56% 0.69% -
HSV(B) 296.59º 0.4% 0.86% -
XYZ 49.19 36.12 72.09 -
YUV 166.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 215 132 220 0.02 0.40 0 0.14 296.59 0.56 0.69
Hex D7 84 DC 2 28 0 E 129 38 45
Octal 327 204 334 2 50 0 16 451 70 105
Binary 11010111 10000100 11011100 10 101000 0 1110 100101001 111000 1000101

Color Harmonies of #D784DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D784DC

Black with #D784DC

Text Example


Text Example

White with #D784DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D784DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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