Html Css Color HEX #D769BE Orchid

📋 copy color: '#D769BE'

red 215 ◦ green 105 ◦ blue 190

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

Shades of Orchid #D769BE

Tints of Orchid #D769BE

RGB

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

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

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

R = 42.16%
G = 20.59%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D769BE (or 0xD769BE) is known color: Orchid. HEX triplet: D7, 69 and BE. RGB value is (215,105,190). Sum of RGB (Red+Green+Blue) = 215+105+190=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D769BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769BE is #289641. Grayscale: #939393. Windows color (decimal): -2659906 or 12478935. OLE color: 12478935.

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

Color convert

RGB 215 105 190 -
CMYK 0 0.51 0.12 0.16
HSL 313.64º 0.58% 0.63% -
HSV(B) 313.64º 0.51% 0.84% -
XYZ 42.37 28.27 51.94 -
YUV 147.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 215 105 190 0 0.51 0.12 0.16 313.64 0.58 0.63
Hex D7 69 BE 0 33 C 10 13A 3A 3F
Octal 327 151 276 0 63 14 20 472 72 77
Binary 11010111 1101001 10111110 0 110011 1100 10000 100111010 111010 111111

Color Harmonies of #D769BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769BE

Black with #D769BE

Text Example


Text Example

White with #D769BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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