Html Css Color HEX #D66FDB Orchid

📋 copy color: '#D66FDB'

red 214 ◦ green 111 ◦ blue 219

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

Shades of Orchid #D66FDB

Tints of Orchid #D66FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 39.34%
G = 20.4%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D66FDB (or 0xD66FDB) is known color: Orchid. HEX triplet: D6, 6F and DB. RGB value is (214,111,219). Sum of RGB (Red+Green+Blue) = 214+111+219=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FDB is #299024. Grayscale: #999999. Windows color (decimal): -2723877 or 14381014. OLE color: 14381014.

HSL color Cylindrical-coordinate representation of color #D66FDB: hue angle of 297.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66FDB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 111 219 -
CMYK 0.02 0.49 0 0.14
HSL 297.22º 0.6% 0.65% -
HSV(B) 297.22º 0.49% 0.86% -
XYZ 46.2 30.78 70.52 -
YUV 154.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 214 111 219 0.02 0.49 0 0.14 297.22 0.6 0.65
Hex D6 6F DB 2 31 0 E 129 3C 41
Octal 326 157 333 2 61 0 16 451 74 101
Binary 11010110 1101111 11011011 10 110001 0 1110 100101001 111100 1000001

Color Harmonies of #D66FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FDB

Black with #D66FDB

Text Example


Text Example

White with #D66FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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