Html Css Color HEX #D768BE Orchid

📋 copy color: '#D768BE'

red 215 ◦ green 104 ◦ blue 190

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

Shades of Orchid #D768BE

Tints of Orchid #D768BE

RGB

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

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

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

R = 42.24%
G = 20.43%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D768BE (or 0xD768BE) is known color: Orchid. HEX triplet: D7, 68 and BE. RGB value is (215,104,190). Sum of RGB (Red+Green+Blue) = 215+104+190=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D768BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D768BE is #289741. Grayscale: #929292. Windows color (decimal): -2660162 or 12478679. OLE color: 12478679.

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

Color convert

RGB 215 104 190 -
CMYK 0 0.52 0.12 0.16
HSL 313.51º 0.58% 0.63% -
HSV(B) 313.51º 0.52% 0.84% -
XYZ 42.27 28.07 51.9 -
YUV 146.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 215 104 190 0 0.52 0.12 0.16 313.51 0.58 0.63
Hex D7 68 BE 0 34 C 10 13A 3A 3F
Octal 327 150 276 0 64 14 20 472 72 77
Binary 11010111 1101000 10111110 0 110100 1100 10000 100111010 111010 111111

Color Harmonies of #D768BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D768BE

Black with #D768BE

Text Example


Text Example

White with #D768BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D768BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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