Html Css Color HEX #D769BC Orchid

📋 copy color: '#D769BC'

red 215 ◦ green 105 ◦ blue 188

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

Shades of Orchid #D769BC

Tints of Orchid #D769BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 42.32%
G = 20.67%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D769BC (or 0xD769BC) is known color: Orchid. HEX triplet: D7, 69 and BC. RGB value is (215,105,188). Sum of RGB (Red+Green+Blue) = 215+105+188=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D769BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769BC is #289643. Grayscale: #939393. Windows color (decimal): -2659908 or 12347863. OLE color: 12347863.

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

Color convert

RGB 215 105 188 -
CMYK 0 0.51 0.13 0.16
HSL 314.73º 0.58% 0.63% -
HSV(B) 314.73º 0.51% 0.84% -
XYZ 42.15 28.18 50.79 -
YUV 147.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 215 105 188 0 0.51 0.13 0.16 314.73 0.58 0.63
Hex D7 69 BC 0 33 D 10 13B 3A 3F
Octal 327 151 274 0 63 15 20 473 72 77
Binary 11010111 1101001 10111100 0 110011 1101 10000 100111011 111010 111111

Color Harmonies of #D769BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D769BC

Black with #D769BC

Text Example


Text Example

White with #D769BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D769BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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