Html Css Color HEX #D66ACD Orchid

📋 copy color: '#D66ACD'

red 214 ◦ green 106 ◦ blue 205

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

Shades of Orchid #D66ACD

Tints of Orchid #D66ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.19%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 40.76%
G = 20.19%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D66ACD (or 0xD66ACD) is known color: Orchid. HEX triplet: D6, 6A and CD. RGB value is (214,106,205). Sum of RGB (Red+Green+Blue) = 214+106+205=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ACD is #299532. Grayscale: #959595. Windows color (decimal): -2725171 or 13462230. OLE color: 13462230.

HSL color Cylindrical-coordinate representation of color #D66ACD: hue angle of 305º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66ACD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 205 -
CMYK 0 0.50 0.04 0.16
HSL 305º 0.57% 0.63% -
HSV(B) 305º 0.5% 0.84% -
XYZ 43.91 29.01 61.04 -
YUV 149.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 214 106 205 0 0.50 0.04 0.16 305 0.57 0.63
Hex D6 6A CD 0 32 4 10 131 39 3F
Octal 326 152 315 0 62 4 20 461 71 77
Binary 11010110 1101010 11001101 0 110010 100 10000 100110001 111001 111111

Color Harmonies of #D66ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ACD

Black with #D66ACD

Text Example


Text Example

White with #D66ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ACD; }

 p { color: rgb(214,106,205); }

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

background-color css

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

 a { background-color: rgb(214,106,205); }

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

border-color css

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

 span { border-color: rgb(214,106,205); }

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