Html Css Color HEX #D780DD Orchid

📋 copy color: '#D780DD'

red 215 ◦ green 128 ◦ blue 221

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

Shades of Orchid #D780DD

Tints of Orchid #D780DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 38.12%
G = 22.7%
B = 39.18%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D780DD (or 0xD780DD) is known color: Orchid. HEX triplet: D7, 80 and DD. RGB value is (215,128,221). Sum of RGB (Red+Green+Blue) = 215+128+221=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D780DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780DD is #287F22. Grayscale: #A4A4A4. Windows color (decimal): -2653987 or 14516439. OLE color: 14516439.

HSL color Cylindrical-coordinate representation of color #D780DD: hue angle of 296.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D780DD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 128 221 -
CMYK 0.03 0.42 0 0.13
HSL 296.13º 0.58% 0.68% -
HSV(B) 296.13º 0.42% 0.87% -
XYZ 48.79 35.11 72.61 -
YUV 164.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 215 128 221 0.03 0.42 0 0.13 296.13 0.58 0.68
Hex D7 80 DD 3 2A 0 D 128 3A 44
Octal 327 200 335 3 52 0 15 450 72 104
Binary 11010111 10000000 11011101 11 101010 0 1101 100101000 111010 1000100

Color Harmonies of #D780DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780DD

Black with #D780DD

Text Example


Text Example

White with #D780DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780DD; }

 p { color: rgb(215,128,221); }

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

background-color css

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

 a { background-color: rgb(215,128,221); }

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

border-color css

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

 span { border-color: rgb(215,128,221); }

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