Html Css Color HEX #D768BC Orchid

📋 copy color: '#D768BC'

red 215 ◦ green 104 ◦ blue 188

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

Shades of Orchid #D768BC

Tints of Orchid #D768BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.51%

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

R = 42.41%
G = 20.51%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D768BC (or 0xD768BC) is known color: Orchid. HEX triplet: D7, 68 and BC. RGB value is (215,104,188). Sum of RGB (Red+Green+Blue) = 215+104+188=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D768BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768BC is #289743. Grayscale: #929292. Windows color (decimal): -2660164 or 12347607. OLE color: 12347607.

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

Color convert

RGB 215 104 188 -
CMYK 0 0.52 0.13 0.16
HSL 314.59º 0.58% 0.63% -
HSV(B) 314.59º 0.52% 0.84% -
XYZ 42.05 27.98 50.76 -
YUV 146.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 215 104 188 0 0.52 0.13 0.16 314.59 0.58 0.63
Hex D7 68 BC 0 34 D 10 13B 3A 3F
Octal 327 150 274 0 64 15 20 473 72 77
Binary 11010111 1101000 10111100 0 110100 1101 10000 100111011 111010 111111

Color Harmonies of #D768BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768BC

Black with #D768BC

Text Example


Text Example

White with #D768BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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