Html Css Color HEX #D66FDD Orchid

📋 copy color: '#D66FDD'

red 214 ◦ green 111 ◦ blue 221

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

Shades of Orchid #D66FDD

Tints of Orchid #D66FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 39.19%
G = 20.33%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66FDD (or 0xD66FDD) is known color: Orchid. HEX triplet: D6, 6F and DD. RGB value is (214,111,221). Sum of RGB (Red+Green+Blue) = 214+111+221=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D66FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FDD is #299022. Grayscale: #9A9A9A. Windows color (decimal): -2723875 or 14512086. OLE color: 14512086.

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

Color convert

RGB 214 111 221 -
CMYK 0.03 0.50 0 0.13
HSL 296.18º 0.62% 0.65% -
HSV(B) 296.18º 0.5% 0.87% -
XYZ 46.47 30.89 71.92 -
YUV 154.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 214 111 221 0.03 0.50 0 0.13 296.18 0.62 0.65
Hex D6 6F DD 3 32 0 D 128 3E 41
Octal 326 157 335 3 62 0 15 450 76 101
Binary 11010110 1101111 11011101 11 110010 0 1101 100101000 111110 1000001

Color Harmonies of #D66FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FDD

Black with #D66FDD

Text Example


Text Example

White with #D66FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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