Html Css Color HEX #D077DE Orchid

📋 copy color: '#D077DE'

red 208 ◦ green 119 ◦ blue 222

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

Shades of Orchid #D077DE

Tints of Orchid #D077DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 37.89%
G = 21.68%
B = 40.44%

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

#D077DE (or 0xD077DE) is known color: Orchid. HEX triplet: D0, 77 and DE. RGB value is (208,119,222). Sum of RGB (Red+Green+Blue) = 208+119+222=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #D077DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077DE is #2F8821. Grayscale: #9D9D9D. Windows color (decimal): -3115042 or 14579664. OLE color: 14579664.

HSL color Cylindrical-coordinate representation of color #D077DE: hue angle of 291.84º degrees, saturation: 0.61, 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 #D077DE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 119 222 -
CMYK 0.06 0.46 0 0.13
HSL 291.84º 0.61% 0.67% -
HSV(B) 291.84º 0.46% 0.87% -
XYZ 45.79 31.88 72.85 -
YUV 157.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 208 119 222 0.06 0.46 0 0.13 291.84 0.61 0.67
Hex D0 77 DE 6 2E 0 D 124 3D 43
Octal 320 167 336 6 56 0 15 444 75 103
Binary 11010000 1110111 11011110 110 101110 0 1101 100100100 111101 1000011

Color Harmonies of #D077DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077DE

Black with #D077DE

Text Example


Text Example

White with #D077DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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