Html Css Color HEX #D661DA Orchid

📋 copy color: '#D661DA'

red 214 ◦ green 97 ◦ blue 218

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

Shades of Orchid #D661DA

Tints of Orchid #D661DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.34%

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

R = 40.45%
G = 18.34%
B = 41.21%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D661DA (or 0xD661DA) is known color: Orchid. HEX triplet: D6, 61 and DA. RGB value is (214,97,218). Sum of RGB (Red+Green+Blue) = 214+97+218=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D661DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DA is #299E25. Grayscale: #919191. Windows color (decimal): -2727462 or 14311894. OLE color: 14311894.

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

Color convert

RGB 214 97 218 -
CMYK 0.02 0.56 0 0.15
HSL 298.02º 0.62% 0.62% -
HSV(B) 298.02º 0.56% 0.85% -
XYZ 44.66 27.91 69.36 -
YUV 145.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 214 97 218 0.02 0.56 0 0.15 298.02 0.62 0.62
Hex D6 61 DA 2 38 0 F 12A 3E 3E
Octal 326 141 332 2 70 0 17 452 76 76
Binary 11010110 1100001 11011010 10 111000 0 1111 100101010 111110 111110

Color Harmonies of #D661DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661DA

Black with #D661DA

Text Example


Text Example

White with #D661DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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