Html Css Color HEX #D077E1 Orchid

📋 copy color: '#D077E1'

red 208 ◦ green 119 ◦ blue 225

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

Shades of Orchid #D077E1

Tints of Orchid #D077E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 37.68%
G = 21.56%
B = 40.76%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D077E1 (or 0xD077E1) is known color: Orchid. HEX triplet: D0, 77 and E1. RGB value is (208,119,225). Sum of RGB (Red+Green+Blue) = 208+119+225=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #D077E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077E1 is #2F881E. Grayscale: #9D9D9D. Windows color (decimal): -3115039 or 14776272. OLE color: 14776272.

HSL color Cylindrical-coordinate representation of color #D077E1: hue angle of 290.38º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D077E1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 119 225 -
CMYK 0.08 0.47 0 0.12
HSL 290.38º 0.64% 0.67% -
HSV(B) 290.38º 0.47% 0.88% -
XYZ 46.2 32.04 74.98 -
YUV 157.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 208 119 225 0.08 0.47 0 0.12 290.38 0.64 0.67
Hex D0 77 E1 8 2F 0 C 122 40 43
Octal 320 167 341 10 57 0 14 442 100 103
Binary 11010000 1110111 11100001 1000 101111 0 1100 100100010 1000000 1000011

Color Harmonies of #D077E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077E1

Black with #D077E1

Text Example


Text Example

White with #D077E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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