Html Css Color HEX #D766B8 Orchid

📋 copy color: '#D766B8'

red 215 ◦ green 102 ◦ blue 184

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

Shades of Orchid #D766B8

Tints of Orchid #D766B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.73%

R = 42.91%
G = 20.36%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D766B8 (or 0xD766B8) is known color: Orchid. HEX triplet: D7, 66 and B8. RGB value is (215,102,184). Sum of RGB (Red+Green+Blue) = 215+102+184=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D766B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766B8 is #289947. Grayscale: #909090. Windows color (decimal): -2660680 or 12084951. OLE color: 12084951.

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

Color convert

RGB 215 102 184 -
CMYK 0 0.53 0.14 0.16
HSL 316.46º 0.59% 0.62% -
HSV(B) 316.46º 0.53% 0.84% -
XYZ 41.43 27.41 48.45 -
YUV 145.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 215 102 184 0 0.53 0.14 0.16 316.46 0.59 0.62
Hex D7 66 B8 0 35 E 10 13C 3B 3E
Octal 327 146 270 0 65 16 20 474 73 76
Binary 11010111 1100110 10111000 0 110101 1110 10000 100111100 111011 111110

Color Harmonies of #D766B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766B8

Black with #D766B8

Text Example


Text Example

White with #D766B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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