Html Css Color HEX #D66DDF Orchid

📋 copy color: '#D66DDF'

red 214 ◦ green 109 ◦ blue 223

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

Shades of Orchid #D66DDF

Tints of Orchid #D66DDF

RGB

 RED value IS 214 (83.98% from 255) = 39.19%

 GREEN value IS 109 (42.97% from 255) = 19.96%

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

R = 39.19%
G = 19.96%
B = 40.84%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66DDF (or 0xD66DDF) is known color: Orchid. HEX triplet: D6, 6D and DF. RGB value is (214,109,223). Sum of RGB (Red+Green+Blue) = 214+109+223=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D66DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DDF is #299220. Grayscale: #999999. Windows color (decimal): -2724385 or 14642646. OLE color: 14642646.

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

Color convert

RGB 214 109 223 -
CMYK 0.04 0.51 0 0.13
HSL 295.26º 0.64% 0.65% -
HSV(B) 295.26º 0.51% 0.87% -
XYZ 46.52 30.56 73.26 -
YUV 153.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 214 109 223 0.04 0.51 0 0.13 295.26 0.64 0.65
Hex D6 6D DF 4 33 0 D 127 40 41
Octal 326 155 337 4 63 0 15 447 100 101
Binary 11010110 1101101 11011111 100 110011 0 1101 100100111 1000000 1000001

Color Harmonies of #D66DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DDF

Black with #D66DDF

Text Example


Text Example

White with #D66DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DDF; }

 p { color: rgb(214,109,223); }

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

background-color css

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

 a { background-color: rgb(214,109,223); }

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

border-color css

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

 span { border-color: rgb(214,109,223); }

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