Html Css Color HEX #D661DD Orchid

📋 copy color: '#D661DD'

red 214 ◦ green 97 ◦ blue 221

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

Shades of Orchid #D661DD

Tints of Orchid #D661DD

RGB

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

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

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

R = 40.23%
G = 18.23%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D661DD (or 0xD661DD) is known color: Orchid. HEX triplet: D6, 61 and DD. RGB value is (214,97,221). Sum of RGB (Red+Green+Blue) = 214+97+221=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D661DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DD is #299E22. Grayscale: #919191. Windows color (decimal): -2727459 or 14508502. OLE color: 14508502.

HSL color Cylindrical-coordinate representation of color #D661DD: hue angle of 296.61º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D661DD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 97 221 -
CMYK 0.03 0.56 0 0.13
HSL 296.61º 0.65% 0.62% -
HSV(B) 296.61º 0.56% 0.87% -
XYZ 45.06 28.07 71.45 -
YUV 146.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 214 97 221 0.03 0.56 0 0.13 296.61 0.65 0.62
Hex D6 61 DD 3 38 0 D 129 41 3E
Octal 326 141 335 3 70 0 15 451 101 76
Binary 11010110 1100001 11011101 11 111000 0 1101 100101001 1000001 111110

Color Harmonies of #D661DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661DD

Black with #D661DD

Text Example


Text Example

White with #D661DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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