Html Css Color HEX #D77FDE Orchid

📋 copy color: '#D77FDE'

red 215 ◦ green 127 ◦ blue 222

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

Shades of Orchid #D77FDE

Tints of Orchid #D77FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

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

R = 38.12%
G = 22.52%
B = 39.36%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D77FDE (or 0xD77FDE) is known color: Orchid. HEX triplet: D7, 7F and DE. RGB value is (215,127,222). Sum of RGB (Red+Green+Blue) = 215+127+222=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #D77FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FDE is #288021. Grayscale: #A3A3A3. Windows color (decimal): -2654242 or 14581719. OLE color: 14581719.

HSL color Cylindrical-coordinate representation of color #D77FDE: hue angle of 295.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77FDE is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 127 222 -
CMYK 0.03 0.43 0 0.13
HSL 295.58º 0.59% 0.68% -
HSV(B) 295.58º 0.43% 0.87% -
XYZ 48.8 34.9 73.27 -
YUV 164.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 215 127 222 0.03 0.43 0 0.13 295.58 0.59 0.68
Hex D7 7F DE 3 2B 0 D 128 3B 44
Octal 327 177 336 3 53 0 15 450 73 104
Binary 11010111 1111111 11011110 11 101011 0 1101 100101000 111011 1000100

Color Harmonies of #D77FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FDE

Black with #D77FDE

Text Example


Text Example

White with #D77FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FDE; }

 p { color: rgb(215,127,222); }

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

background-color css

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

 a { background-color: rgb(215,127,222); }

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

border-color css

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

 span { border-color: rgb(215,127,222); }

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