Html Css Color HEX #D777E6 Orchid

📋 copy color: '#D777E6'

red 215 ◦ green 119 ◦ blue 230

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

Shades of Orchid #D777E6

Tints of Orchid #D777E6

RGB

 RED value IS 215 (84.38% from 255) = 38.12%

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

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 38.12%
G = 21.1%
B = 40.78%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D777E6 (or 0xD777E6) is known color: Orchid. HEX triplet: D7, 77 and E6. RGB value is (215,119,230). Sum of RGB (Red+Green+Blue) = 215+119+230=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #D777E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D777E6 is #288819. Grayscale: #A0A0A0. Windows color (decimal): -2656282 or 15103959. OLE color: 15103959.

HSL color Cylindrical-coordinate representation of color #D777E6: hue angle of 291.89º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D777E6 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 119 230 -
CMYK 0.07 0.48 0 0.10
HSL 291.89º 0.69% 0.68% -
HSV(B) 291.89º 0.48% 0.9% -
XYZ 48.9 33.35 78.72 -
YUV 160.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 215 119 230 0.07 0.48 0 0.10 291.89 0.69 0.68
Hex D7 77 E6 7 30 0 A 124 45 44
Octal 327 167 346 7 60 0 12 444 105 104
Binary 11010111 1110111 11100110 111 110000 0 1010 100100100 1000101 1000100

Color Harmonies of #D777E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D777E6

Black with #D777E6

Text Example


Text Example

White with #D777E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D777E6; }

 p { color: rgb(215,119,230); }

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

background-color css

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

 a { background-color: rgb(215,119,230); }

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

border-color css

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

 span { border-color: rgb(215,119,230); }

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