Html Css Color HEX #D77FDA Orchid

📋 copy color: '#D77FDA'

red 215 ◦ green 127 ◦ blue 218

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

Shades of Orchid #D77FDA

Tints of Orchid #D77FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 38.39%
G = 22.68%
B = 38.93%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D77FDA (or 0xD77FDA) is known color: Orchid. HEX triplet: D7, 7F and DA. RGB value is (215,127,218). Sum of RGB (Red+Green+Blue) = 215+127+218=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D77FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FDA is #288025. Grayscale: #A3A3A3. Windows color (decimal): -2654246 or 14319575. OLE color: 14319575.

HSL color Cylindrical-coordinate representation of color #D77FDA: hue angle of 298.02º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77FDA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 127 218 -
CMYK 0.01 0.42 0 0.15
HSL 298.02º 0.55% 0.68% -
HSV(B) 298.02º 0.42% 0.85% -
XYZ 48.27 34.69 70.48 -
YUV 163.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 215 127 218 0.01 0.42 0 0.15 298.02 0.55 0.68
Hex D7 7F DA 1 2A 0 F 12A 37 44
Octal 327 177 332 1 52 0 17 452 67 104
Binary 11010111 1111111 11011010 1 101010 0 1111 100101010 110111 1000100

Color Harmonies of #D77FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FDA

Black with #D77FDA

Text Example


Text Example

White with #D77FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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