Html Css Color HEX #DC65D9 Orchid

📋 copy color: '#DC65D9'

red 220 ◦ green 101 ◦ blue 217

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

Shades of Orchid #DC65D9

Tints of Orchid #DC65D9

RGB

 RED value IS 220 (86.33% from 255) = 40.89%

 GREEN value IS 101 (39.84% from 255) = 18.77%

 BLUE value IS 217 (85.16% from 255) = 40.33%

R = 40.89%
G = 18.77%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC65D9 (or 0xDC65D9) is known color: Orchid. HEX triplet: DC, 65 and D9. RGB value is (220,101,217). Sum of RGB (Red+Green+Blue) = 220+101+217=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65D9 is #239A26. Grayscale: #959595. Windows color (decimal): -2333223 or 14247388. OLE color: 14247388.

HSL color Cylindrical-coordinate representation of color #DC65D9: hue angle of 301.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65D9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 217 -
CMYK 0 0.54 0.01 0.14
HSL 301.51º 0.63% 0.63% -
HSV(B) 301.51º 0.54% 0.86% -
XYZ 46.69 29.53 68.89 -
YUV 149.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 220 101 217 0 0.54 0.01 0.14 301.51 0.63 0.63
Hex DC 65 D9 0 36 1 E 12E 3F 3F
Octal 334 145 331 0 66 1 16 456 77 77
Binary 11011100 1100101 11011001 0 110110 1 1110 100101110 111111 111111

Color Harmonies of #DC65D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65D9

Black with #DC65D9

Text Example


Text Example

White with #DC65D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65D9; }

 p { color: rgb(220,101,217); }

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

background-color css

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

 a { background-color: rgb(220,101,217); }

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

border-color css

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

 span { border-color: rgb(220,101,217); }

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