Html Css Color HEX #D76ADC Orchid

📋 copy color: '#D76ADC'

red 215 ◦ green 106 ◦ blue 220

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

Shades of Orchid #D76ADC

Tints of Orchid #D76ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 39.74%
G = 19.59%
B = 40.67%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76ADC (or 0xD76ADC) is known color: Orchid. HEX triplet: D7, 6A and DC. RGB value is (215,106,220). Sum of RGB (Red+Green+Blue) = 215+106+220=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #D76ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ADC is #289523. Grayscale: #979797. Windows color (decimal): -2659620 or 14445271. OLE color: 14445271.

HSL color Cylindrical-coordinate representation of color #D76ADC: hue angle of 297.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76ADC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 106 220 -
CMYK 0.02 0.52 0 0.14
HSL 297.37º 0.62% 0.64% -
HSV(B) 297.37º 0.52% 0.86% -
XYZ 46.1 29.92 71.06 -
YUV 151.59 166.61 173.23 -
System Red Green Blue C M Y K H S L
Decimal 215 106 220 0.02 0.52 0 0.14 297.37 0.62 0.64
Hex D7 6A DC 2 34 0 E 129 3E 40
Octal 327 152 334 2 64 0 16 451 76 100
Binary 11010111 1101010 11011100 10 110100 0 1110 100101001 111110 1000000

Color Harmonies of #D76ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ADC

Black with #D76ADC

Text Example


Text Example

White with #D76ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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