Html Css Color HEX #D76FCE Orchid

📋 copy color: '#D76FCE'

red 215 ◦ green 111 ◦ blue 206

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

Shades of Orchid #D76FCE

Tints of Orchid #D76FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 40.41%
G = 20.86%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D76FCE (or 0xD76FCE) is known color: Orchid. HEX triplet: D7, 6F and CE. RGB value is (215,111,206). Sum of RGB (Red+Green+Blue) = 215+111+206=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCE is #289031. Grayscale: #989898. Windows color (decimal): -2658354 or 13529047. OLE color: 13529047.

HSL color Cylindrical-coordinate representation of color #D76FCE: hue angle of 305.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FCE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 206 -
CMYK 0 0.48 0.04 0.16
HSL 305.19º 0.57% 0.64% -
HSV(B) 305.19º 0.48% 0.84% -
XYZ 44.85 30.27 61.87 -
YUV 152.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 215 111 206 0 0.48 0.04 0.16 305.19 0.57 0.64
Hex D7 6F CE 0 30 4 10 131 39 40
Octal 327 157 316 0 60 4 20 461 71 100
Binary 11010111 1101111 11001110 0 110000 100 10000 100110001 111001 1000000

Color Harmonies of #D76FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FCE

Black with #D76FCE

Text Example


Text Example

White with #D76FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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