Html Css Color HEX #D766DF Orchid

📋 copy color: '#D766DF'

red 215 ◦ green 102 ◦ blue 223

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

Shades of Orchid #D766DF

Tints of Orchid #D766DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 39.81%
G = 18.89%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D766DF (or 0xD766DF) is known color: Orchid. HEX triplet: D7, 66 and DF. RGB value is (215,102,223). Sum of RGB (Red+Green+Blue) = 215+102+223=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #D766DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766DF is #289920. Grayscale: #959595. Windows color (decimal): -2660641 or 14640855. OLE color: 14640855.

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

Color convert

RGB 215 102 223 -
CMYK 0.04 0.54 0 0.13
HSL 296.03º 0.65% 0.64% -
HSV(B) 296.03º 0.54% 0.87% -
XYZ 46.09 29.28 73.03 -
YUV 149.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 215 102 223 0.04 0.54 0 0.13 296.03 0.65 0.64
Hex D7 66 DF 4 36 0 D 128 41 40
Octal 327 146 337 4 66 0 15 450 101 100
Binary 11010111 1100110 11011111 100 110110 0 1101 100101000 1000001 1000000

Color Harmonies of #D766DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D766DF

Black with #D766DF

Text Example


Text Example

White with #D766DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D766DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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