Html Css Color HEX #D66FDE Orchid

📋 copy color: '#D66FDE'

red 214 ◦ green 111 ◦ blue 222

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

Shades of Orchid #D66FDE

Tints of Orchid #D66FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.29%

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 39.12%
G = 20.29%
B = 40.59%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66FDE (or 0xD66FDE) is known color: Orchid. HEX triplet: D6, 6F and DE. RGB value is (214,111,222). Sum of RGB (Red+Green+Blue) = 214+111+222=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #D66FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FDE is #299021. Grayscale: #9A9A9A. Windows color (decimal): -2723874 or 14577622. OLE color: 14577622.

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

Color convert

RGB 214 111 222 -
CMYK 0.04 0.5 0 0.13
HSL 295.68º 0.63% 0.65% -
HSV(B) 295.68º 0.5% 0.87% -
XYZ 46.6 30.94 72.62 -
YUV 154.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 214 111 222 0.04 0.5 0 0.13 295.68 0.63 0.65
Hex D6 6F DE 4 32 0 D 128 3F 41
Octal 326 157 336 4 62 0 15 450 77 101
Binary 11010110 1101111 11011110 100 110010 0 1101 100101000 111111 1000001

Color Harmonies of #D66FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FDE

Black with #D66FDE

Text Example


Text Example

White with #D66FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FDE; }

 p { color: rgb(214,111,222); }

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

background-color css

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

 a { background-color: rgb(214,111,222); }

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

border-color css

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

 span { border-color: rgb(214,111,222); }

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