Html Css Color HEX #D764BB Orchid

📋 copy color: '#D764BB'

red 215 ◦ green 100 ◦ blue 187

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

Shades of Orchid #D764BB

Tints of Orchid #D764BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 42.83%
G = 19.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D764BB (or 0xD764BB) is known color: Orchid. HEX triplet: D7, 64 and BB. RGB value is (215,100,187). Sum of RGB (Red+Green+Blue) = 215+100+187=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D764BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764BB is #289B44. Grayscale: #909090. Windows color (decimal): -2661189 or 12281047. OLE color: 12281047.

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

Color convert

RGB 215 100 187 -
CMYK 0 0.53 0.13 0.16
HSL 314.61º 0.59% 0.62% -
HSV(B) 314.61º 0.53% 0.84% -
XYZ 41.55 27.15 50.06 -
YUV 144.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 215 100 187 0 0.53 0.13 0.16 314.61 0.59 0.62
Hex D7 64 BB 0 35 D 10 13B 3B 3E
Octal 327 144 273 0 65 15 20 473 73 76
Binary 11010111 1100100 10111011 0 110101 1101 10000 100111011 111011 111110

Color Harmonies of #D764BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D764BB

Black with #D764BB

Text Example


Text Example

White with #D764BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D764BB; }

 p { color: rgb(215,100,187); }

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

background-color css

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

 a { background-color: rgb(215,100,187); }

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

border-color css

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

 span { border-color: rgb(215,100,187); }

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