Html Css Color HEX #D77AC3 Orchid

📋 copy color: '#D77AC3'

red 215 ◦ green 122 ◦ blue 195

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

Shades of Orchid #D77AC3

Tints of Orchid #D77AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.65%

R = 40.41%
G = 22.93%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D77AC3 (or 0xD77AC3) is known color: Orchid. HEX triplet: D7, 7A and C3. RGB value is (215,122,195). Sum of RGB (Red+Green+Blue) = 215+122+195=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AC3 is #28853C. Grayscale: #9D9D9D. Windows color (decimal): -2655549 or 12810967. OLE color: 12810967.

HSL color Cylindrical-coordinate representation of color #D77AC3: hue angle of 312.9º 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 #D77AC3 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 195 -
CMYK 0 0.43 0.09 0.16
HSL 312.9º 0.54% 0.66% -
HSV(B) 312.9º 0.43% 0.84% -
XYZ 44.83 32.31 55.5 -
YUV 158.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 215 122 195 0 0.43 0.09 0.16 312.9 0.54 0.66
Hex D7 7A C3 0 2B 9 10 139 36 42
Octal 327 172 303 0 53 11 20 471 66 102
Binary 11010111 1111010 11000011 0 101011 1001 10000 100111001 110110 1000010

Color Harmonies of #D77AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AC3

Black with #D77AC3

Text Example


Text Example

White with #D77AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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