Html Css Color HEX #D76FDE Orchid

📋 copy color: '#D76FDE'

red 215 ◦ green 111 ◦ blue 222

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

Shades of Orchid #D76FDE

Tints of Orchid #D76FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 39.23%
G = 20.26%
B = 40.51%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76FDE (or 0xD76FDE) is known color: Orchid. HEX triplet: D7, 6F and DE. RGB value is (215,111,222). Sum of RGB (Red+Green+Blue) = 215+111+222=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #D76FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FDE is #289021. Grayscale: #9A9A9A. Windows color (decimal): -2658338 or 14577623. OLE color: 14577623.

HSL color Cylindrical-coordinate representation of color #D76FDE: hue angle of 296.22º degrees, saturation: 0.63, 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 #D76FDE is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 111 222 -
CMYK 0.03 0.5 0 0.13
HSL 296.22º 0.63% 0.65% -
HSV(B) 296.22º 0.5% 0.87% -
XYZ 46.89 31.09 72.64 -
YUV 154.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 215 111 222 0.03 0.5 0 0.13 296.22 0.63 0.65
Hex D7 6F DE 3 32 0 D 128 3F 41
Octal 327 157 336 3 62 0 15 450 77 101
Binary 11010111 1101111 11011110 11 110010 0 1101 100101000 111111 1000001

Color Harmonies of #D76FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FDE

Black with #D76FDE

Text Example


Text Example

White with #D76FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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