Html Css Color HEX #D666DE Orchid

📋 copy color: '#D666DE'

red 214 ◦ green 102 ◦ blue 222

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

Shades of Orchid #D666DE

Tints of Orchid #D666DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.96%

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

R = 39.78%
G = 18.96%
B = 41.26%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D666DE (or 0xD666DE) is known color: Orchid. HEX triplet: D6, 66 and DE. RGB value is (214,102,222). Sum of RGB (Red+Green+Blue) = 214+102+222=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #D666DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666DE is #299921. Grayscale: #949494. Windows color (decimal): -2726178 or 14575318. OLE color: 14575318.

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

Color convert

RGB 214 102 222 -
CMYK 0.04 0.54 0 0.13
HSL 296º 0.65% 0.64% -
HSV(B) 296º 0.54% 0.87% -
XYZ 45.67 29.07 72.31 -
YUV 149.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 214 102 222 0.04 0.54 0 0.13 296 0.65 0.64
Hex D6 66 DE 4 36 0 D 128 41 40
Octal 326 146 336 4 66 0 15 450 101 100
Binary 11010110 1100110 11011110 100 110110 0 1101 100101000 1000001 1000000

Color Harmonies of #D666DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666DE

Black with #D666DE

Text Example


Text Example

White with #D666DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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