Html Css Color HEX #D66DBE Orchid

📋 copy color: '#D66DBE'

red 214 ◦ green 109 ◦ blue 190

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

Shades of Orchid #D66DBE

Tints of Orchid #D66DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 41.72%
G = 21.25%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D66DBE (or 0xD66DBE) is known color: Orchid. HEX triplet: D6, 6D and BE. RGB value is (214,109,190). Sum of RGB (Red+Green+Blue) = 214+109+190=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DBE is #299241. Grayscale: #959595. Windows color (decimal): -2724418 or 12479958. OLE color: 12479958.

HSL color Cylindrical-coordinate representation of color #D66DBE: hue angle of 313.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DBE is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 190 -
CMYK 0 0.49 0.11 0.16
HSL 313.71º 0.56% 0.63% -
HSV(B) 313.71º 0.49% 0.84% -
XYZ 42.49 28.95 52.06 -
YUV 149.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 214 109 190 0 0.49 0.11 0.16 313.71 0.56 0.63
Hex D6 6D BE 0 31 B 10 13A 38 3F
Octal 326 155 276 0 61 13 20 472 70 77
Binary 11010110 1101101 10111110 0 110001 1011 10000 100111010 111000 111111

Color Harmonies of #D66DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DBE

Black with #D66DBE

Text Example


Text Example

White with #D66DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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