Html Css Color HEX #D077DA Orchid

📋 copy color: '#D077DA'

red 208 ◦ green 119 ◦ blue 218

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

Shades of Orchid #D077DA

Tints of Orchid #D077DA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 38.17%
G = 21.83%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D077DA (or 0xD077DA) is known color: Orchid. HEX triplet: D0, 77 and DA. RGB value is (208,119,218). Sum of RGB (Red+Green+Blue) = 208+119+218=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D077DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DA is #2F8825. Grayscale: #9C9C9C. Windows color (decimal): -3115046 or 14317520. OLE color: 14317520.

HSL color Cylindrical-coordinate representation of color #D077DA: hue angle of 293.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D077DA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 119 218 -
CMYK 0.05 0.45 0 0.15
HSL 293.94º 0.57% 0.66% -
HSV(B) 293.94º 0.45% 0.85% -
XYZ 45.26 31.67 70.06 -
YUV 156.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 208 119 218 0.05 0.45 0 0.15 293.94 0.57 0.66
Hex D0 77 DA 5 2D 0 F 126 39 42
Octal 320 167 332 5 55 0 17 446 71 102
Binary 11010000 1110111 11011010 101 101101 0 1111 100100110 111001 1000010

Color Harmonies of #D077DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077DA

Black with #D077DA

Text Example


Text Example

White with #D077DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077DA; }

 p { color: rgb(208,119,218); }

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

background-color css

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

 a { background-color: rgb(208,119,218); }

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

border-color css

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

 span { border-color: rgb(208,119,218); }

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