Html Css Color HEX #D76CC5 Orchid

📋 copy color: '#D76CC5'

red 215 ◦ green 108 ◦ blue 197

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

Shades of Orchid #D76CC5

Tints of Orchid #D76CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 41.35%
G = 20.77%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D76CC5 (or 0xD76CC5) is known color: Orchid. HEX triplet: D7, 6C and C5. RGB value is (215,108,197). Sum of RGB (Red+Green+Blue) = 215+108+197=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CC5 is #28933A. Grayscale: #959595. Windows color (decimal): -2659131 or 12938455. OLE color: 12938455.

HSL color Cylindrical-coordinate representation of color #D76CC5: hue angle of 310.09º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CC5 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 197 -
CMYK 0 0.50 0.08 0.16
HSL 310.09º 0.57% 0.63% -
HSV(B) 310.09º 0.5% 0.84% -
XYZ 43.46 29.2 56.17 -
YUV 150.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 215 108 197 0 0.50 0.08 0.16 310.09 0.57 0.63
Hex D7 6C C5 0 32 8 10 136 39 3F
Octal 327 154 305 0 62 10 20 466 71 77
Binary 11010111 1101100 11000101 0 110010 1000 10000 100110110 111001 111111

Color Harmonies of #D76CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CC5

Black with #D76CC5

Text Example


Text Example

White with #D76CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CC5; }

 p { color: rgb(215,108,197); }

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

background-color css

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

 a { background-color: rgb(215,108,197); }

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

border-color css

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

 span { border-color: rgb(215,108,197); }

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