Html Css Color HEX #D66EC7 Orchid

📋 copy color: '#D66EC7'

red 214 ◦ green 110 ◦ blue 199

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

Shades of Orchid #D66EC7

Tints of Orchid #D66EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 40.92%
G = 21.03%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D66EC7 (or 0xD66EC7) is known color: Orchid. HEX triplet: D6, 6E and C7. RGB value is (214,110,199). Sum of RGB (Red+Green+Blue) = 214+110+199=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EC7 is #299138. Grayscale: #969696. Windows color (decimal): -2724153 or 13070038. OLE color: 13070038.

HSL color Cylindrical-coordinate representation of color #D66EC7: hue angle of 308.65º 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 #D66EC7 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 199 -
CMYK 0 0.49 0.07 0.16
HSL 308.65º 0.56% 0.64% -
HSV(B) 308.65º 0.49% 0.84% -
XYZ 43.62 29.57 57.44 -
YUV 151.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 214 110 199 0 0.49 0.07 0.16 308.65 0.56 0.64
Hex D6 6E C7 0 31 7 10 135 38 40
Octal 326 156 307 0 61 7 20 465 70 100
Binary 11010110 1101110 11000111 0 110001 111 10000 100110101 111000 1000000

Color Harmonies of #D66EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EC7

Black with #D66EC7

Text Example


Text Example

White with #D66EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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