Html Css Color HEX #D780D1 Orchid

📋 copy color: '#D780D1'

red 215 ◦ green 128 ◦ blue 209

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

Shades of Orchid #D780D1

Tints of Orchid #D780D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 38.95%
G = 23.19%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D780D1 (or 0xD780D1) is known color: Orchid. HEX triplet: D7, 80 and D1. RGB value is (215,128,209). Sum of RGB (Red+Green+Blue) = 215+128+209=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D780D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780D1 is #287F2E. Grayscale: #A3A3A3. Windows color (decimal): -2653999 or 13730007. OLE color: 13730007.

HSL color Cylindrical-coordinate representation of color #D780D1: hue angle of 304.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780D1 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 128 209 -
CMYK 0 0.40 0.03 0.16
HSL 304.14º 0.52% 0.67% -
HSV(B) 304.14º 0.4% 0.84% -
XYZ 47.25 34.49 64.49 -
YUV 163.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 215 128 209 0 0.40 0.03 0.16 304.14 0.52 0.67
Hex D7 80 D1 0 28 3 10 130 34 43
Octal 327 200 321 0 50 3 20 460 64 103
Binary 11010111 10000000 11010001 0 101000 11 10000 100110000 110100 1000011

Color Harmonies of #D780D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780D1

Black with #D780D1

Text Example


Text Example

White with #D780D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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