Html Css Color HEX #D76AC9 Orchid

📋 copy color: '#D76AC9'

red 215 ◦ green 106 ◦ blue 201

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

Shades of Orchid #D76AC9

Tints of Orchid #D76AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.31%

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 41.19%
G = 20.31%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D76AC9 (or 0xD76AC9) is known color: Orchid. HEX triplet: D7, 6A and C9. RGB value is (215,106,201). Sum of RGB (Red+Green+Blue) = 215+106+201=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AC9 is #289536. Grayscale: #959595. Windows color (decimal): -2659639 or 13200087. OLE color: 13200087.

HSL color Cylindrical-coordinate representation of color #D76AC9: hue angle of 307.71º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AC9 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 201 -
CMYK 0 0.51 0.07 0.16
HSL 307.71º 0.58% 0.63% -
HSV(B) 307.71º 0.51% 0.84% -
XYZ 43.72 28.97 58.55 -
YUV 149.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 215 106 201 0 0.51 0.07 0.16 307.71 0.58 0.63
Hex D7 6A C9 0 33 7 10 134 3A 3F
Octal 327 152 311 0 63 7 20 464 72 77
Binary 11010111 1101010 11001001 0 110011 111 10000 100110100 111010 111111

Color Harmonies of #D76AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AC9

Black with #D76AC9

Text Example


Text Example

White with #D76AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AC9; }

 p { color: rgb(215,106,201); }

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

background-color css

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

 a { background-color: rgb(215,106,201); }

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

border-color css

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

 span { border-color: rgb(215,106,201); }

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