Html Css Color HEX #DC75C7 Orchid

📋 copy color: '#DC75C7'

red 220 ◦ green 117 ◦ blue 199

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

Shades of Orchid #DC75C7

Tints of Orchid #DC75C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 41.04%
G = 21.83%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC75C7 (or 0xDC75C7) is known color: Orchid. HEX triplet: DC, 75 and C7. RGB value is (220,117,199). Sum of RGB (Red+Green+Blue) = 220+117+199=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75C7 is #238A38. Grayscale: #9C9C9C. Windows color (decimal): -2329145 or 13071836. OLE color: 13071836.

HSL color Cylindrical-coordinate representation of color #DC75C7: hue angle of 312.23º 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 #DC75C7 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 199 -
CMYK 0 0.47 0.10 0.14
HSL 312.23º 0.6% 0.66% -
HSV(B) 312.23º 0.47% 0.86% -
XYZ 46.19 32.06 57.79 -
YUV 157.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 220 117 199 0 0.47 0.10 0.14 312.23 0.6 0.66
Hex DC 75 C7 0 2F A E 138 3C 42
Octal 334 165 307 0 57 12 16 470 74 102
Binary 11011100 1110101 11000111 0 101111 1010 1110 100111000 111100 1000010

Color Harmonies of #DC75C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75C7

Black with #DC75C7

Text Example


Text Example

White with #DC75C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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