Html Css Color HEX #D77ACF Orchid

📋 copy color: '#D77ACF'

red 215 ◦ green 122 ◦ blue 207

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

Shades of Orchid #D77ACF

Tints of Orchid #D77ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.43%

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 39.52%
G = 22.43%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D77ACF (or 0xD77ACF) is known color: Orchid. HEX triplet: D7, 7A and CF. RGB value is (215,122,207). Sum of RGB (Red+Green+Blue) = 215+122+207=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ACF is #288530. Grayscale: #9F9F9F. Windows color (decimal): -2655537 or 13597399. OLE color: 13597399.

HSL color Cylindrical-coordinate representation of color #D77ACF: hue angle of 305.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77ACF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 207 -
CMYK 0 0.43 0.04 0.16
HSL 305.16º 0.54% 0.66% -
HSV(B) 305.16º 0.43% 0.84% -
XYZ 46.25 32.87 62.94 -
YUV 159.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 215 122 207 0 0.43 0.04 0.16 305.16 0.54 0.66
Hex D7 7A CF 0 2B 4 10 131 36 42
Octal 327 172 317 0 53 4 20 461 66 102
Binary 11010111 1111010 11001111 0 101011 100 10000 100110001 110110 1000010

Color Harmonies of #D77ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ACF

Black with #D77ACF

Text Example


Text Example

White with #D77ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ACF; }

 p { color: rgb(215,122,207); }

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

background-color css

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

 a { background-color: rgb(215,122,207); }

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

border-color css

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

 span { border-color: rgb(215,122,207); }

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