Html Css Color HEX #D76FDF Orchid

📋 copy color: '#D76FDF'

red 215 ◦ green 111 ◦ blue 223

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

Shades of Orchid #D76FDF

Tints of Orchid #D76FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 39.16%
G = 20.22%
B = 40.62%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76FDF (or 0xD76FDF) is known color: Orchid. HEX triplet: D7, 6F and DF. RGB value is (215,111,223). Sum of RGB (Red+Green+Blue) = 215+111+223=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D76FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FDF is #289020. Grayscale: #9A9A9A. Windows color (decimal): -2658337 or 14643159. OLE color: 14643159.

HSL color Cylindrical-coordinate representation of color #D76FDF: hue angle of 295.71º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76FDF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 111 223 -
CMYK 0.04 0.50 0 0.13
HSL 295.71º 0.64% 0.65% -
HSV(B) 295.71º 0.5% 0.87% -
XYZ 47.03 31.14 73.34 -
YUV 154.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 215 111 223 0.04 0.50 0 0.13 295.71 0.64 0.65
Hex D7 6F DF 4 32 0 D 128 40 41
Octal 327 157 337 4 62 0 15 450 100 101
Binary 11010111 1101111 11011111 100 110010 0 1101 100101000 1000000 1000001

Color Harmonies of #D76FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FDF

Black with #D76FDF

Text Example


Text Example

White with #D76FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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