Html Css Color HEX #D66DDA Orchid

📋 copy color: '#D66DDA'

red 214 ◦ green 109 ◦ blue 218

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

Shades of Orchid #D66DDA

Tints of Orchid #D66DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 39.56%
G = 20.15%
B = 40.3%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D66DDA (or 0xD66DDA) is known color: Orchid. HEX triplet: D6, 6D and DA. RGB value is (214,109,218). Sum of RGB (Red+Green+Blue) = 214+109+218=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D66DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DDA is #299225. Grayscale: #989898. Windows color (decimal): -2724390 or 14314966. OLE color: 14314966.

HSL color Cylindrical-coordinate representation of color #D66DDA: hue angle of 297.8º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66DDA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 109 218 -
CMYK 0.02 0.5 0 0.15
HSL 297.8º 0.6% 0.64% -
HSV(B) 297.8º 0.5% 0.85% -
XYZ 45.86 30.3 69.76 -
YUV 152.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 214 109 218 0.02 0.5 0 0.15 297.8 0.6 0.64
Hex D6 6D DA 2 32 0 F 12A 3C 40
Octal 326 155 332 2 62 0 17 452 74 100
Binary 11010110 1101101 11011010 10 110010 0 1111 100101010 111100 1000000

Color Harmonies of #D66DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DDA

Black with #D66DDA

Text Example


Text Example

White with #D66DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DDA; }

 p { color: rgb(214,109,218); }

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

background-color css

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

 a { background-color: rgb(214,109,218); }

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

border-color css

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

 span { border-color: rgb(214,109,218); }

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