Html Css Color HEX #D766BA Orchid

📋 copy color: '#D766BA'

red 215 ◦ green 102 ◦ blue 186

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

Shades of Orchid #D766BA

Tints of Orchid #D766BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.28%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 42.74%
G = 20.28%
B = 36.98%

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

#D766BA (or 0xD766BA) is known color: Orchid. HEX triplet: D7, 66 and BA. RGB value is (215,102,186). Sum of RGB (Red+Green+Blue) = 215+102+186=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D766BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766BA is #289945. Grayscale: #919191. Windows color (decimal): -2660678 or 12216023. OLE color: 12216023.

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

Color convert

RGB 215 102 186 -
CMYK 0 0.53 0.13 0.16
HSL 315.4º 0.59% 0.62% -
HSV(B) 315.4º 0.53% 0.84% -
XYZ 41.64 27.49 49.57 -
YUV 145.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 215 102 186 0 0.53 0.13 0.16 315.4 0.59 0.62
Hex D7 66 BA 0 35 D 10 13B 3B 3E
Octal 327 146 272 0 65 15 20 473 73 76
Binary 11010111 1100110 10111010 0 110101 1101 10000 100111011 111011 111110

Color Harmonies of #D766BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766BA

Black with #D766BA

Text Example


Text Example

White with #D766BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766BA; }

 p { color: rgb(215,102,186); }

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

background-color css

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

 a { background-color: rgb(215,102,186); }

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

border-color css

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

 span { border-color: rgb(215,102,186); }

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