Html Css Color HEX #D66EBA Orchid

📋 copy color: '#D66EBA'

red 214 ◦ green 110 ◦ blue 186

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

Shades of Orchid #D66EBA

Tints of Orchid #D66EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.57%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 41.96%
G = 21.57%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D66EBA (or 0xD66EBA) is known color: Orchid. HEX triplet: D6, 6E and BA. RGB value is (214,110,186). Sum of RGB (Red+Green+Blue) = 214+110+186=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EBA is #299145. Grayscale: #959595. Windows color (decimal): -2724166 or 12218070. OLE color: 12218070.

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

Color convert

RGB 214 110 186 -
CMYK 0 0.49 0.13 0.16
HSL 316.15º 0.56% 0.64% -
HSV(B) 316.15º 0.49% 0.84% -
XYZ 42.17 28.99 49.83 -
YUV 149.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 214 110 186 0 0.49 0.13 0.16 316.15 0.56 0.64
Hex D6 6E BA 0 31 D 10 13C 38 40
Octal 326 156 272 0 61 15 20 474 70 100
Binary 11010110 1101110 10111010 0 110001 1101 10000 100111100 111000 1000000

Color Harmonies of #D66EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EBA

Black with #D66EBA

Text Example


Text Example

White with #D66EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EBA; }

 p { color: rgb(214,110,186); }

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

background-color css

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

 a { background-color: rgb(214,110,186); }

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

border-color css

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

 span { border-color: rgb(214,110,186); }

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