Html Css Color HEX #D769B5 Orchid

📋 copy color: '#D769B5'

red 215 ◦ green 105 ◦ blue 181

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

Shades of Orchid #D769B5

Tints of Orchid #D769B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 42.91%
G = 20.96%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D769B5 (or 0xD769B5) is known color: Orchid. HEX triplet: D7, 69 and B5. RGB value is (215,105,181). Sum of RGB (Red+Green+Blue) = 215+105+181=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D769B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769B5 is #28964A. Grayscale: #929292. Windows color (decimal): -2659915 or 11889111. OLE color: 11889111.

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

Color convert

RGB 215 105 181 -
CMYK 0 0.51 0.16 0.16
HSL 318.55º 0.58% 0.63% -
HSV(B) 318.55º 0.51% 0.84% -
XYZ 41.42 27.89 46.92 -
YUV 146.55 147.44 176.82 -
System Red Green Blue C M Y K H S L
Decimal 215 105 181 0 0.51 0.16 0.16 318.55 0.58 0.63
Hex D7 69 B5 0 33 10 10 13F 3A 3F
Octal 327 151 265 0 63 20 20 477 72 77
Binary 11010111 1101001 10110101 0 110011 10000 10000 100111111 111010 111111

Color Harmonies of #D769B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769B5

Black with #D769B5

Text Example


Text Example

White with #D769B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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