Html Css Color HEX #D661DF Orchid

📋 copy color: '#D661DF'

red 214 ◦ green 97 ◦ blue 223

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

Shades of Orchid #D661DF

Tints of Orchid #D661DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 40.07%
G = 18.16%
B = 41.76%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D661DF (or 0xD661DF) is known color: Orchid. HEX triplet: D6, 61 and DF. RGB value is (214,97,223). Sum of RGB (Red+Green+Blue) = 214+97+223=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D661DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DF is #299E20. Grayscale: #919191. Windows color (decimal): -2727457 or 14639574. OLE color: 14639574.

HSL color Cylindrical-coordinate representation of color #D661DF: hue angle of 295.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D661DF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 97 223 -
CMYK 0.04 0.57 0 0.13
HSL 295.71º 0.66% 0.63% -
HSV(B) 295.71º 0.57% 0.87% -
XYZ 45.33 28.17 72.86 -
YUV 146.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 214 97 223 0.04 0.57 0 0.13 295.71 0.66 0.63
Hex D6 61 DF 4 39 0 D 128 42 3F
Octal 326 141 337 4 71 0 15 450 102 77
Binary 11010110 1100001 11011111 100 111001 0 1101 100101000 1000010 111111

Color Harmonies of #D661DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661DF

Black with #D661DF

Text Example


Text Example

White with #D661DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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