Html Css Color HEX #D766DD Orchid

📋 copy color: '#D766DD'

red 215 ◦ green 102 ◦ blue 221

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

Shades of Orchid #D766DD

Tints of Orchid #D766DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 39.96%
G = 18.96%
B = 41.08%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D766DD (or 0xD766DD) is known color: Orchid. HEX triplet: D7, 66 and DD. RGB value is (215,102,221). Sum of RGB (Red+Green+Blue) = 215+102+221=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D766DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766DD is #289922. Grayscale: #949494. Windows color (decimal): -2660643 or 14509783. OLE color: 14509783.

HSL color Cylindrical-coordinate representation of color #D766DD: hue angle of 296.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D766DD is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 102 221 -
CMYK 0.03 0.54 0 0.13
HSL 296.97º 0.64% 0.63% -
HSV(B) 296.97º 0.54% 0.87% -
XYZ 45.83 29.17 71.62 -
YUV 149.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 215 102 221 0.03 0.54 0 0.13 296.97 0.64 0.63
Hex D7 66 DD 3 36 0 D 129 40 3F
Octal 327 146 335 3 66 0 15 451 100 77
Binary 11010111 1100110 11011101 11 110110 0 1101 100101001 1000000 111111

Color Harmonies of #D766DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766DD

Black with #D766DD

Text Example


Text Example

White with #D766DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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