Html Css Color HEX #D76CD5 Orchid

📋 copy color: '#D76CD5'

red 215 ◦ green 108 ◦ blue 213

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

Shades of Orchid #D76CD5

Tints of Orchid #D76CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 40.11%
G = 20.15%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D76CD5 (or 0xD76CD5) is known color: Orchid. HEX triplet: D7, 6C and D5. RGB value is (215,108,213). Sum of RGB (Red+Green+Blue) = 215+108+213=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CD5 is #28932A. Grayscale: #979797. Windows color (decimal): -2659115 or 13987031. OLE color: 13987031.

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

Color convert

RGB 215 108 213 -
CMYK 0 0.50 0.01 0.16
HSL 301.12º 0.57% 0.63% -
HSV(B) 301.12º 0.5% 0.84% -
XYZ 45.4 29.98 66.34 -
YUV 151.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 215 108 213 0 0.50 0.01 0.16 301.12 0.57 0.63
Hex D7 6C D5 0 32 1 10 12D 39 3F
Octal 327 154 325 0 62 1 20 455 71 77
Binary 11010111 1101100 11010101 0 110010 1 10000 100101101 111001 111111

Color Harmonies of #D76CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CD5

Black with #D76CD5

Text Example


Text Example

White with #D76CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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