Html Css Color HEX #D76BDC Orchid

📋 copy color: '#D76BDC'

red 215 ◦ green 107 ◦ blue 220

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

Shades of Orchid #D76BDC

Tints of Orchid #D76BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.74%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 39.67%
G = 19.74%
B = 40.59%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D76BDC (or 0xD76BDC) is known color: Orchid. HEX triplet: D7, 6B and DC. RGB value is (215,107,220). Sum of RGB (Red+Green+Blue) = 215+107+220=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #D76BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BDC is #289423. Grayscale: #979797. Windows color (decimal): -2659364 or 14445527. OLE color: 14445527.

HSL color Cylindrical-coordinate representation of color #D76BDC: hue angle of 297.35º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76BDC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 107 220 -
CMYK 0.02 0.51 0 0.14
HSL 297.35º 0.62% 0.64% -
HSV(B) 297.35º 0.51% 0.86% -
XYZ 46.2 30.13 71.09 -
YUV 152.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 215 107 220 0.02 0.51 0 0.14 297.35 0.62 0.64
Hex D7 6B DC 2 33 0 E 129 3E 40
Octal 327 153 334 2 63 0 16 451 76 100
Binary 11010111 1101011 11011100 10 110011 0 1110 100101001 111110 1000000

Color Harmonies of #D76BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BDC

Black with #D76BDC

Text Example


Text Example

White with #D76BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BDC; }

 p { color: rgb(215,107,220); }

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

background-color css

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

 a { background-color: rgb(215,107,220); }

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

border-color css

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

 span { border-color: rgb(215,107,220); }

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