Html Css Color HEX #D078D1 Orchid

📋 copy color: '#D078D1'

red 208 ◦ green 120 ◦ blue 209

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

Shades of Orchid #D078D1

Tints of Orchid #D078D1

RGB

 RED value IS 208 (81.64% from 255) = 38.73%

 GREEN value IS 120 (47.27% from 255) = 22.35%

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

R = 38.73%
G = 22.35%
B = 38.92%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D078D1 (or 0xD078D1) is known color: Orchid. HEX triplet: D0, 78 and D1. RGB value is (208,120,209). Sum of RGB (Red+Green+Blue) = 208+120+209=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #D078D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078D1 is #2F872E. Grayscale: #9C9C9C. Windows color (decimal): -3114799 or 13727952. OLE color: 13727952.

HSL color Cylindrical-coordinate representation of color #D078D1: hue angle of 299.33º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D078D1 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 209 -
CMYK 0.00 0.43 0 0.18
HSL 299.33º 0.49% 0.65% -
HSV(B) 299.33º 0.43% 0.82% -
XYZ 44.24 31.45 64.06 -
YUV 156.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 208 120 209 0.00 0.43 0 0.18 299.33 0.49 0.65
Hex D0 78 D1 0 2B 0 12 12B 31 41
Octal 320 170 321 0 53 0 22 453 61 101
Binary 11010000 1111000 11010001 0 101011 0 10010 100101011 110001 1000001

Color Harmonies of #D078D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078D1

Black with #D078D1

Text Example


Text Example

White with #D078D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078D1; }

 p { color: rgb(208,120,209); }

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

background-color css

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

 a { background-color: rgb(208,120,209); }

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

border-color css

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

 span { border-color: rgb(208,120,209); }

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