Html Css Color HEX #D76DC0 Orchid

📋 copy color: '#D76DC0'

red 215 ◦ green 109 ◦ blue 192

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

Shades of Orchid #D76DC0

Tints of Orchid #D76DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 41.67%
G = 21.12%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D76DC0 (or 0xD76DC0) is known color: Orchid. HEX triplet: D7, 6D and C0. RGB value is (215,109,192). Sum of RGB (Red+Green+Blue) = 215+109+192=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DC0 is #28923F. Grayscale: #959595. Windows color (decimal): -2658880 or 12611031. OLE color: 12611031.

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

Color convert

RGB 215 109 192 -
CMYK 0 0.49 0.11 0.16
HSL 313.02º 0.57% 0.64% -
HSV(B) 313.02º 0.49% 0.84% -
XYZ 43.01 29.19 53.24 -
YUV 150.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 215 109 192 0 0.49 0.11 0.16 313.02 0.57 0.64
Hex D7 6D C0 0 31 B 10 139 39 40
Octal 327 155 300 0 61 13 20 471 71 100
Binary 11010111 1101101 11000000 0 110001 1011 10000 100111001 111001 1000000

Color Harmonies of #D76DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DC0

Black with #D76DC0

Text Example


Text Example

White with #D76DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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