Html Css Color HEX #D769B8 Orchid

📋 copy color: '#D769B8'

red 215 ◦ green 105 ◦ blue 184

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

Shades of Orchid #D769B8

Tints of Orchid #D769B8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.83%

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 42.66%
G = 20.83%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D769B8 (or 0xD769B8) is known color: Orchid. HEX triplet: D7, 69 and B8. RGB value is (215,105,184). Sum of RGB (Red+Green+Blue) = 215+105+184=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D769B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769B8 is #289647. Grayscale: #929292. Windows color (decimal): -2659912 or 12085719. OLE color: 12085719.

HSL color Cylindrical-coordinate representation of color #D769B8: hue angle of 316.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769B8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 105 184 -
CMYK 0 0.51 0.14 0.16
HSL 316.91º 0.58% 0.63% -
HSV(B) 316.91º 0.51% 0.84% -
XYZ 41.73 28.01 48.55 -
YUV 146.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 215 105 184 0 0.51 0.14 0.16 316.91 0.58 0.63
Hex D7 69 B8 0 33 E 10 13D 3A 3F
Octal 327 151 270 0 63 16 20 475 72 77
Binary 11010111 1101001 10111000 0 110011 1110 10000 100111101 111010 111111

Color Harmonies of #D769B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769B8

Black with #D769B8

Text Example


Text Example

White with #D769B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769B8; }

 p { color: rgb(215,105,184); }

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

background-color css

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

 a { background-color: rgb(215,105,184); }

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

border-color css

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

 span { border-color: rgb(215,105,184); }

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