Html Css Color HEX #DC75DC Orchid

📋 copy color: '#DC75DC'

red 220 ◦ green 117 ◦ blue 220

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

Shades of Orchid #DC75DC

Tints of Orchid #DC75DC

RGB

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

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

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

R = 39.5%
G = 21.01%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC75DC (or 0xDC75DC) is known color: Orchid. HEX triplet: DC, 75 and DC. RGB value is (220,117,220). Sum of RGB (Red+Green+Blue) = 220+117+220=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75DC is #238A23. Grayscale: #9F9F9F. Windows color (decimal): -2329124 or 14448092. OLE color: 14448092.

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

Color convert

RGB 220 117 220 -
CMYK 0 0.47 0 0.14
HSL 300º 0.6% 0.66% -
HSV(B) 300º 0.47% 0.86% -
XYZ 48.79 33.11 71.53 -
YUV 159.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 220 117 220 0 0.47 0 0.14 300 0.6 0.66
Hex DC 75 DC 0 2F 0 E 12C 3C 42
Octal 334 165 334 0 57 0 16 454 74 102
Binary 11011100 1110101 11011100 0 101111 0 1110 100101100 111100 1000010

Color Harmonies of #DC75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75DC

Black with #DC75DC

Text Example


Text Example

White with #DC75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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