Html Css Color HEX #D76DC9 Orchid

📋 copy color: '#D76DC9'

red 215 ◦ green 109 ◦ blue 201

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

Shades of Orchid #D76DC9

Tints of Orchid #D76DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

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

R = 40.95%
G = 20.76%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D76DC9 (or 0xD76DC9) is known color: Orchid. HEX triplet: D7, 6D and C9. RGB value is (215,109,201). Sum of RGB (Red+Green+Blue) = 215+109+201=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DC9 is #289236. Grayscale: #969696. Windows color (decimal): -2658871 or 13200855. OLE color: 13200855.

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

Color convert

RGB 215 109 201 -
CMYK 0 0.49 0.07 0.16
HSL 307.92º 0.57% 0.64% -
HSV(B) 307.92º 0.49% 0.84% -
XYZ 44.04 29.6 58.65 -
YUV 151.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 215 109 201 0 0.49 0.07 0.16 307.92 0.57 0.64
Hex D7 6D C9 0 31 7 10 134 39 40
Octal 327 155 311 0 61 7 20 464 71 100
Binary 11010111 1101101 11001001 0 110001 111 10000 100110100 111001 1000000

Color Harmonies of #D76DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DC9

Black with #D76DC9

Text Example


Text Example

White with #D76DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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