Html Css Color HEX #DC75D9 Orchid

📋 copy color: '#DC75D9'

red 220 ◦ green 117 ◦ blue 217

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

Shades of Orchid #DC75D9

Tints of Orchid #DC75D9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.12%

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

R = 39.71%
G = 21.12%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC75D9 (or 0xDC75D9) is known color: Orchid. HEX triplet: DC, 75 and D9. RGB value is (220,117,217). Sum of RGB (Red+Green+Blue) = 220+117+217=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75D9 is #238A26. Grayscale: #9E9E9E. Windows color (decimal): -2329127 or 14251484. OLE color: 14251484.

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

Color convert

RGB 220 117 217 -
CMYK 0 0.47 0.01 0.14
HSL 301.75º 0.6% 0.66% -
HSV(B) 301.75º 0.47% 0.86% -
XYZ 48.4 32.95 69.45 -
YUV 159.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 220 117 217 0 0.47 0.01 0.14 301.75 0.6 0.66
Hex DC 75 D9 0 2F 1 E 12E 3C 42
Octal 334 165 331 0 57 1 16 456 74 102
Binary 11011100 1110101 11011001 0 101111 1 1110 100101110 111100 1000010

Color Harmonies of #DC75D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75D9

Black with #DC75D9

Text Example


Text Example

White with #DC75D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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