Html Css Color HEX #D661DC Orchid

📋 copy color: '#D661DC'

red 214 ◦ green 97 ◦ blue 220

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

Shades of Orchid #D661DC

Tints of Orchid #D661DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 40.3%
G = 18.27%
B = 41.43%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D661DC (or 0xD661DC) is known color: Orchid. HEX triplet: D6, 61 and DC. RGB value is (214,97,220). Sum of RGB (Red+Green+Blue) = 214+97+220=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D661DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661DC is #299E23. Grayscale: #919191. Windows color (decimal): -2727460 or 14442966. OLE color: 14442966.

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

Color convert

RGB 214 97 220 -
CMYK 0.03 0.56 0 0.14
HSL 297.07º 0.64% 0.62% -
HSV(B) 297.07º 0.56% 0.86% -
XYZ 44.92 28.01 70.75 -
YUV 146.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 214 97 220 0.03 0.56 0 0.14 297.07 0.64 0.62
Hex D6 61 DC 3 38 0 E 129 40 3E
Octal 326 141 334 3 70 0 16 451 100 76
Binary 11010110 1100001 11011100 11 111000 0 1110 100101001 1000000 111110

Color Harmonies of #D661DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D661DC

Black with #D661DC

Text Example


Text Example

White with #D661DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D661DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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