Html Css Color HEX #D76ADD Orchid

📋 copy color: '#D76ADD'

red 215 ◦ green 106 ◦ blue 221

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

Shades of Orchid #D76ADD

Tints of Orchid #D76ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 39.67%
G = 19.56%
B = 40.77%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76ADD (or 0xD76ADD) is known color: Orchid. HEX triplet: D7, 6A and DD. RGB value is (215,106,221). Sum of RGB (Red+Green+Blue) = 215+106+221=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ADD is #289522. Grayscale: #979797. Windows color (decimal): -2659619 or 14510807. OLE color: 14510807.

HSL color Cylindrical-coordinate representation of color #D76ADD: hue angle of 296.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D76ADD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 106 221 -
CMYK 0.03 0.52 0 0.13
HSL 296.87º 0.63% 0.64% -
HSV(B) 296.87º 0.52% 0.87% -
XYZ 46.23 29.98 71.76 -
YUV 151.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 215 106 221 0.03 0.52 0 0.13 296.87 0.63 0.64
Hex D7 6A DD 3 34 0 D 129 3F 40
Octal 327 152 335 3 64 0 15 451 77 100
Binary 11010111 1101010 11011101 11 110100 0 1101 100101001 111111 1000000

Color Harmonies of #D76ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ADD

Black with #D76ADD

Text Example


Text Example

White with #D76ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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