Html Css Color HEX #D76DDA Orchid

📋 copy color: '#D76DDA'

red 215 ◦ green 109 ◦ blue 218

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

Shades of Orchid #D76DDA

Tints of Orchid #D76DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 39.67%
G = 20.11%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D76DDA (or 0xD76DDA) is known color: Orchid. HEX triplet: D7, 6D and DA. RGB value is (215,109,218). Sum of RGB (Red+Green+Blue) = 215+109+218=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #D76DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DDA is #289225. Grayscale: #989898. Windows color (decimal): -2658854 or 14314967. OLE color: 14314967.

HSL color Cylindrical-coordinate representation of color #D76DDA: hue angle of 298.35º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76DDA is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 109 218 -
CMYK 0.01 0.5 0 0.15
HSL 298.35º 0.6% 0.64% -
HSV(B) 298.35º 0.5% 0.85% -
XYZ 46.15 30.45 69.77 -
YUV 153.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 215 109 218 0.01 0.5 0 0.15 298.35 0.6 0.64
Hex D7 6D DA 1 32 0 F 12A 3C 40
Octal 327 155 332 1 62 0 17 452 74 100
Binary 11010111 1101101 11011010 1 110010 0 1111 100101010 111100 1000000

Color Harmonies of #D76DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DDA

Black with #D76DDA

Text Example


Text Example

White with #D76DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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