Html Css Color HEX #DC6FC5 Orchid

📋 copy color: '#DC6FC5'

red 220 ◦ green 111 ◦ blue 197

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

Shades of Orchid #DC6FC5

Tints of Orchid #DC6FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 41.67%
G = 21.02%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC6FC5 (or 0xDC6FC5) is known color: Orchid. HEX triplet: DC, 6F and C5. RGB value is (220,111,197). Sum of RGB (Red+Green+Blue) = 220+111+197=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC5 is #23903A. Grayscale: #999999. Windows color (decimal): -2330683 or 12939228. OLE color: 12939228.

HSL color Cylindrical-coordinate representation of color #DC6FC5: hue angle of 312.66º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FC5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 197 -
CMYK 0 0.50 0.10 0.14
HSL 312.66º 0.61% 0.65% -
HSV(B) 312.66º 0.5% 0.86% -
XYZ 45.28 30.62 56.35 -
YUV 153.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 220 111 197 0 0.50 0.10 0.14 312.66 0.61 0.65
Hex DC 6F C5 0 32 A E 139 3D 41
Octal 334 157 305 0 62 12 16 471 75 101
Binary 11011100 1101111 11000101 0 110010 1010 1110 100111001 111101 1000001

Color Harmonies of #DC6FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FC5

Black with #DC6FC5

Text Example


Text Example

White with #DC6FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FC5; }

 p { color: rgb(220,111,197); }

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

background-color css

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

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

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

border-color css

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

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

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