Html Css Color HEX #D76DCC Orchid

📋 copy color: '#D76DCC'

red 215 ◦ green 109 ◦ blue 204

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

Shades of Orchid #D76DCC

Tints of Orchid #D76DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 40.72%
G = 20.64%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D76DCC (or 0xD76DCC) is known color: Orchid. HEX triplet: D7, 6D and CC. RGB value is (215,109,204). Sum of RGB (Red+Green+Blue) = 215+109+204=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DCC is #289233. Grayscale: #979797. Windows color (decimal): -2658868 or 13397463. OLE color: 13397463.

HSL color Cylindrical-coordinate representation of color #D76DCC: hue angle of 306.23º 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 #D76DCC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 204 -
CMYK 0 0.49 0.05 0.16
HSL 306.23º 0.57% 0.64% -
HSV(B) 306.23º 0.49% 0.84% -
XYZ 44.39 29.74 60.53 -
YUV 151.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 215 109 204 0 0.49 0.05 0.16 306.23 0.57 0.64
Hex D7 6D CC 0 31 5 10 132 39 40
Octal 327 155 314 0 61 5 20 462 71 100
Binary 11010111 1101101 11001100 0 110001 101 10000 100110010 111001 1000000

Color Harmonies of #D76DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DCC

Black with #D76DCC

Text Example


Text Example

White with #D76DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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