Html Css Color HEX #D078DD Orchid

📋 copy color: '#D078DD'

red 208 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D078DD

Tints of Orchid #D078DD

RGB

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

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

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

R = 37.89%
G = 21.86%
B = 40.26%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D078DD (or 0xD078DD) is known color: Orchid. HEX triplet: D0, 78 and DD. RGB value is (208,120,221). Sum of RGB (Red+Green+Blue) = 208+120+221=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D078DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D078DD is #2F8722. Grayscale: #9D9D9D. Windows color (decimal): -3114787 or 14514384. OLE color: 14514384.

HSL color Cylindrical-coordinate representation of color #D078DD: hue angle of 292.28º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D078DD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 120 221 -
CMYK 0.06 0.46 0 0.13
HSL 292.28º 0.6% 0.67% -
HSV(B) 292.28º 0.46% 0.87% -
XYZ 45.78 32.06 72.18 -
YUV 157.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 208 120 221 0.06 0.46 0 0.13 292.28 0.6 0.67
Hex D0 78 DD 6 2E 0 D 124 3C 43
Octal 320 170 335 6 56 0 15 444 74 103
Binary 11010000 1111000 11011101 110 101110 0 1101 100100100 111100 1000011

Color Harmonies of #D078DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D078DD

Black with #D078DD

Text Example


Text Example

White with #D078DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D078DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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