Html Css Color HEX #DC75D6 Orchid

📋 copy color: '#DC75D6'

red 220 ◦ green 117 ◦ blue 214

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

Shades of Orchid #DC75D6

Tints of Orchid #DC75D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.84%

R = 39.93%
G = 21.23%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC75D6 (or 0xDC75D6) is known color: Orchid. HEX triplet: DC, 75 and D6. RGB value is (220,117,214). Sum of RGB (Red+Green+Blue) = 220+117+214=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75D6 is #238A29. Grayscale: #9E9E9E. Windows color (decimal): -2329130 or 14054876. OLE color: 14054876.

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

Color convert

RGB 220 117 214 -
CMYK 0 0.47 0.03 0.14
HSL 303.5º 0.6% 0.66% -
HSV(B) 303.5º 0.47% 0.86% -
XYZ 48.01 32.79 67.42 -
YUV 158.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 220 117 214 0 0.47 0.03 0.14 303.5 0.6 0.66
Hex DC 75 D6 0 2F 3 E 12F 3C 42
Octal 334 165 326 0 57 3 16 457 74 102
Binary 11011100 1110101 11010110 0 101111 11 1110 100101111 111100 1000010

Color Harmonies of #DC75D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75D6

Black with #DC75D6

Text Example


Text Example

White with #DC75D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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