Html Css Color HEX #D66FDF Orchid

📋 copy color: '#D66FDF'

red 214 ◦ green 111 ◦ blue 223

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

Shades of Orchid #D66FDF

Tints of Orchid #D66FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 39.05%
G = 20.26%
B = 40.69%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66FDF (or 0xD66FDF) is known color: Orchid. HEX triplet: D6, 6F and DF. RGB value is (214,111,223). Sum of RGB (Red+Green+Blue) = 214+111+223=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D66FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FDF is #299020. Grayscale: #9A9A9A. Windows color (decimal): -2723873 or 14643158. OLE color: 14643158.

HSL color Cylindrical-coordinate representation of color #D66FDF: hue angle of 295.18º degrees, saturation: 0.64, 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 #D66FDF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 111 223 -
CMYK 0.04 0.50 0 0.13
HSL 295.18º 0.64% 0.65% -
HSV(B) 295.18º 0.5% 0.87% -
XYZ 46.74 30.99 73.33 -
YUV 154.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 214 111 223 0.04 0.50 0 0.13 295.18 0.64 0.65
Hex D6 6F DF 4 32 0 D 127 40 41
Octal 326 157 337 4 62 0 15 447 100 101
Binary 11010110 1101111 11011111 100 110010 0 1101 100100111 1000000 1000001

Color Harmonies of #D66FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FDF

Black with #D66FDF

Text Example


Text Example

White with #D66FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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