Html Css Color HEX #D661E1 Orchid

📋 copy color: '#D661E1'

red 214 ◦ green 97 ◦ blue 225

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

Shades of Orchid #D661E1

Tints of Orchid #D661E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.98%

R = 39.93%
G = 18.1%
B = 41.98%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D661E1 (or 0xD661E1) is known color: Orchid. HEX triplet: D6, 61 and E1. RGB value is (214,97,225). Sum of RGB (Red+Green+Blue) = 214+97+225=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #D661E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661E1 is #299E1E. Grayscale: #929292. Windows color (decimal): -2727455 or 14770646. OLE color: 14770646.

HSL color Cylindrical-coordinate representation of color #D661E1: hue angle of 294.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D661E1 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 97 225 -
CMYK 0.05 0.57 0 0.12
HSL 294.84º 0.68% 0.63% -
HSV(B) 294.84º 0.57% 0.88% -
XYZ 45.6 28.28 74.29 -
YUV 146.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 214 97 225 0.05 0.57 0 0.12 294.84 0.68 0.63
Hex D6 61 E1 5 39 0 C 127 44 3F
Octal 326 141 341 5 71 0 14 447 104 77
Binary 11010110 1100001 11100001 101 111001 0 1100 100100111 1000100 111111

Color Harmonies of #D661E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661E1

Black with #D661E1

Text Example


Text Example

White with #D661E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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