Html Css Color HEX #D76DCE Orchid

📋 copy color: '#D76DCE'

red 215 ◦ green 109 ◦ blue 206

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

Shades of Orchid #D76DCE

Tints of Orchid #D76DCE

RGB

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

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

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

R = 40.57%
G = 20.57%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D76DCE (or 0xD76DCE) is known color: Orchid. HEX triplet: D7, 6D and CE. RGB value is (215,109,206). Sum of RGB (Red+Green+Blue) = 215+109+206=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DCE is #289231. Grayscale: #979797. Windows color (decimal): -2658866 or 13528535. OLE color: 13528535.

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

Color convert

RGB 215 109 206 -
CMYK 0 0.49 0.04 0.16
HSL 305.09º 0.57% 0.64% -
HSV(B) 305.09º 0.49% 0.84% -
XYZ 44.63 29.84 61.8 -
YUV 151.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 215 109 206 0 0.49 0.04 0.16 305.09 0.57 0.64
Hex D7 6D CE 0 31 4 10 131 39 40
Octal 327 155 316 0 61 4 20 461 71 100
Binary 11010111 1101101 11001110 0 110001 100 10000 100110001 111001 1000000

Color Harmonies of #D76DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DCE

Black with #D76DCE

Text Example


Text Example

White with #D76DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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