Html Css Color HEX #D766DA Orchid

📋 copy color: '#D766DA'

red 215 ◦ green 102 ◦ blue 218

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

Shades of Orchid #D766DA

Tints of Orchid #D766DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 40.19%
G = 19.07%
B = 40.75%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D766DA (or 0xD766DA) is known color: Orchid. HEX triplet: D7, 66 and DA. RGB value is (215,102,218). Sum of RGB (Red+Green+Blue) = 215+102+218=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D766DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766DA is #289925. Grayscale: #949494. Windows color (decimal): -2660646 or 14313175. OLE color: 14313175.

HSL color Cylindrical-coordinate representation of color #D766DA: hue angle of 298.45º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D766DA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 102 218 -
CMYK 0.01 0.53 0 0.15
HSL 298.45º 0.61% 0.63% -
HSV(B) 298.45º 0.53% 0.85% -
XYZ 45.43 29.01 69.54 -
YUV 149.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 215 102 218 0.01 0.53 0 0.15 298.45 0.61 0.63
Hex D7 66 DA 1 35 0 F 12A 3D 3F
Octal 327 146 332 1 65 0 17 452 75 77
Binary 11010111 1100110 11011010 1 110101 0 1111 100101010 111101 111111

Color Harmonies of #D766DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766DA

Black with #D766DA

Text Example


Text Example

White with #D766DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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