Html Css Color HEX #D76CBE Orchid

📋 copy color: '#D76CBE'

red 215 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D76CBE

Tints of Orchid #D76CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 41.91%
G = 21.05%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D76CBE (or 0xD76CBE) is known color: Orchid. HEX triplet: D7, 6C and BE. RGB value is (215,108,190). Sum of RGB (Red+Green+Blue) = 215+108+190=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CBE is #289341. Grayscale: #959595. Windows color (decimal): -2659138 or 12479703. OLE color: 12479703.

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

Color convert

RGB 215 108 190 -
CMYK 0 0.50 0.12 0.16
HSL 314.02º 0.57% 0.63% -
HSV(B) 314.02º 0.5% 0.84% -
XYZ 42.68 28.89 52.04 -
YUV 149.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 215 108 190 0 0.50 0.12 0.16 314.02 0.57 0.63
Hex D7 6C BE 0 32 C 10 13A 39 3F
Octal 327 154 276 0 62 14 20 472 71 77
Binary 11010111 1101100 10111110 0 110010 1100 10000 100111010 111001 111111

Color Harmonies of #D76CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CBE

Black with #D76CBE

Text Example


Text Example

White with #D76CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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