Html Css Color HEX #D776E5 Orchid

📋 copy color: '#D776E5'

red 215 ◦ green 118 ◦ blue 229

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

Shades of Orchid #D776E5

Tints of Orchid #D776E5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21%

 BLUE value IS 229 (89.84% from 255) = 40.75%

R = 38.26%
G = 21%
B = 40.75%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D776E5 (or 0xD776E5) is known color: Orchid. HEX triplet: D7, 76 and E5. RGB value is (215,118,229). Sum of RGB (Red+Green+Blue) = 215+118+229=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #D776E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776E5 is #28891A. Grayscale: #9F9F9F. Windows color (decimal): -2656539 or 15038167. OLE color: 15038167.

HSL color Cylindrical-coordinate representation of color #D776E5: hue angle of 292.43º degrees, saturation: 0.68, 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 #D776E5 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 215 118 229 -
CMYK 0.06 0.48 0 0.10
HSL 292.43º 0.68% 0.68% -
HSV(B) 292.43º 0.48% 0.9% -
XYZ 48.65 33.06 77.95 -
YUV 159.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 215 118 229 0.06 0.48 0 0.10 292.43 0.68 0.68
Hex D7 76 E5 6 30 0 A 124 44 44
Octal 327 166 345 6 60 0 12 444 104 104
Binary 11010111 1110110 11100101 110 110000 0 1010 100100100 1000100 1000100

Color Harmonies of #D776E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776E5

Black with #D776E5

Text Example


Text Example

White with #D776E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776E5; }

 p { color: rgb(215,118,229); }

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

background-color css

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

 a { background-color: rgb(215,118,229); }

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

border-color css

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

 span { border-color: rgb(215,118,229); }

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