Html Css Color HEX #D76FDA Orchid

📋 copy color: '#D76FDA'

red 215 ◦ green 111 ◦ blue 218

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

Shades of Orchid #D76FDA

Tints of Orchid #D76FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.4%

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

R = 39.52%
G = 20.4%
B = 40.07%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D76FDA (or 0xD76FDA) is known color: Orchid. HEX triplet: D7, 6F and DA. RGB value is (215,111,218). Sum of RGB (Red+Green+Blue) = 215+111+218=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #D76FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FDA is #289025. Grayscale: #999999. Windows color (decimal): -2658342 or 14315479. OLE color: 14315479.

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

Color convert

RGB 215 111 218 -
CMYK 0.01 0.49 0 0.15
HSL 298.32º 0.59% 0.65% -
HSV(B) 298.32º 0.49% 0.85% -
XYZ 46.36 30.88 69.85 -
YUV 154.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 215 111 218 0.01 0.49 0 0.15 298.32 0.59 0.65
Hex D7 6F DA 1 31 0 F 12A 3B 41
Octal 327 157 332 1 61 0 17 452 73 101
Binary 11010111 1101111 11011010 1 110001 0 1111 100101010 111011 1000001

Color Harmonies of #D76FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FDA

Black with #D76FDA

Text Example


Text Example

White with #D76FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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